Home
last modified time | relevance | path

Searched defs:dc_id (Results 1 – 25 of 60) sorted by relevance

123

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DDcAuthManager.cpp82 DcAuthManager::DcInfo &DcAuthManager::get_dc(int32 dc_id) { in get_dc()
87 DcAuthManager::DcInfo *DcAuthManager::find_dc(int32 dc_id) { in find_dc()
96 auto dc_id = narrow_cast<int32>(get_link_token()); in update_auth_key_state() local
105 auto dc_id = narrow_cast<int32>(get_link_token()); in on_result() local
H A DAuthDataShared.cpp23 …AuthDataSharedImpl(DcId dc_id, std::shared_ptr<PublicRsaKeyShared> public_rsa_key, std::shared_ptr… in AuthDataSharedImpl()
28 DcId dc_id() const final { in dc_id() function in td::AuthDataSharedImpl
113 std::shared_ptr<AuthDataShared> AuthDataShared::create(DcId dc_id, std::shared_ptr<PublicRsaKeyShar… in create()
H A DNetQueryCreator.cpp28 NetQueryPtr NetQueryCreator::create(const telegram_api::Function &function, DcId dc_id, NetQuery::T… in create()
32 NetQueryPtr NetQueryCreator::create(uint64 id, const telegram_api::Function &function, DcId dc_id, … in create()
H A DDcId.h20 static bool is_valid(int32 dc_id) { in is_valid()
88 DcId(int32 dc_id, bool is_external) : dc_id_(dc_id), is_external_(is_external) { in DcId()
H A DPublicRsaKeyShared.h41 DcId dc_id() const { in dc_id() function
H A DDcOptionsSet.cpp53 vector<DcOptionsSet::ConnectionInfo> DcOptionsSet::find_all_connections(DcId dc_id, bool allow_medi… in find_all_connections()
134 Result<DcOptionsSet::ConnectionInfo> DcOptionsSet::find_connection(DcId dc_id, bool allow_media_onl… in find_connection()
H A DNetQueryDispatcher.cpp116 Status NetQueryDispatcher::wait_dc_init(DcId dc_id, bool force) { in wait_dc_init()
264 void NetQueryDispatcher::update_valid_dc(DcId dc_id) { in update_valid_dc()
H A DSessionProxy.cpp35 …SessionCallback(ActorShared<SessionProxy> parent, DcId dc_id, bool allow_media_only, bool is_media… in SessionCallback()
201 auto dc_id = auth_data_->dc_id(); in open_session() local
H A DDcAuthManager.h36 DcId dc_id; member
H A DPublicRsaKeyShared.cpp20 PublicRsaKeyShared::PublicRsaKeyShared(DcId dc_id, bool is_test) : dc_id_(dc_id) { in PublicRsaKeyShared()
H A DDcOptions.h40 DcOption(DcId dc_id, const IPAddress &ip_address) in DcOption()
H A DConnectionCreator.cpp616 void ConnectionCreator::request_raw_connection(DcId dc_id, bool allow_media_only, bool is_media, in request_raw_connection()
700 …nnectionCreator::find_connection(const Proxy &proxy, const IPAddress &proxy_ip_address, DcId dc_id, in find_connection()
1064 void ConnectionCreator::on_dc_update(DcId dc_id, string ip_port, Promise<> promise) { in on_dc_update()
1206 HostType type = HostType::IPv4) { in get_default_dc_options()
H A DNetQuery.h60 DcId dc_id() const { in dc_id() function
344 …NetQuery(State state, uint64 id, BufferSlice &&query, BufferSlice &&answer, DcId dc_id, Type type,… in NetQuery()
/dports/net/astron/Astron-c8ba982/src/database/
H A DOldDatabaseBackend.h13 uint16_t dc_id; member
H A DSociSQLDatabase.cpp131 int dc_id = -1; in get_class() local
501 int dc_id; in check_classes() local
638 bool is_storable(uint16_t dc_id) in is_storable()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DPhoto.cpp139 … std::string file_reference, DialogId owner_dialog_id, int32 file_size, DcId dc_id, in register_photo()
162 auto dc_id = DcId::create(profile_photo->dc_id_); in get_profile_photo() local
224 auto dc_id = DcId::create(chat_photo->dc_id_); in get_dialog_photo() local
337 auto dc_id = DcId::invalid(); in get_secret_thumbnail_photo_size() local
351 int64 access_hash, std::string file_reference, DcId dc_id, in get_photo_size()
448 std::string file_reference, DcId dc_id, DialogId owner_dialog_id, in get_animation_size()
713 DcId dc_id = DcId::create(photo->dc_id_); in get_photo() local
H A DGameManager.cpp106 …auto dc_id = DcId::internal(InlineQueriesManager::get_inline_message_dc_id(input_bot_inline_messag… in send() local
178 …auto dc_id = DcId::internal(InlineQueriesManager::get_inline_message_dc_id(input_bot_inline_messag… in send() local
/dports/net/astron/Astron-c8ba982/src/stateserver/
H A DStateServer.cpp37 uint16_t dc_id = dgi.read_uint16(); in handle_generate() local
H A DLoadingObject.cpp148 uint16_t dc_id = dgi.read_uint16(); in handle_datagram() local
H A DDBStateServer.cpp112 uint16_t dc_id = dgi.read_uint16(); in handle_activate() local
527 uint16_t dc_id = dgi.read_uint16(); in handle_get_all_resp() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/benchmark/
H A Dcheck_proxy.cpp102 td::int32 dc_id = 2; in main() local
/dports/net/astron/Astron-c8ba982/src/clientagent/
H A DClient.cpp440 uint16_t dc_id = dgi.read_uint16(); in handle_datagram() local
598 uint16_t dc_id = dgi.read_uint16(); in handle_datagram() local
810 uint16_t dc_id = dgi.read_uint16(); in handle_object_entrance() local
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/mtproto/
H A DTcpTransport.h131 ObfuscatedTransport(int16 dc_id, ProxySecret secret) in ObfuscatedTransport()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DFileLoadManager.cpp31 ActorOwn<ResourceManager> &FileLoadManager::get_download_resource_manager(bool is_small, DcId dc_id in get_download_resource_manager()
58 DcId dc_id = remote_location.is_web() ? G()->get_webfile_dc_id() : remote_location.get_dc_id(); in download() local
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dhost.hpp121 uint32_t dc_id() const { return dc_id_; } in dc_id() function in datastax::internal::core::Host
122 void set_rack_and_dc_ids(uint32_t rack_id, uint32_t dc_id) { in set_rack_and_dc_ids()

123