Home
last modified time | relevance | path

Searched refs:ConnectInfo (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/include/
H A Dfile_access_helper.h51 struct ConnectInfo { struct
102 const std::unordered_map<std::string, std::shared_ptr<ConnectInfo>> &cMap);
104 const std::unordered_map<std::string, std::shared_ptr<ConnectInfo>> &cMap);
106 std::shared_ptr<ConnectInfo> GetConnectInfo(const std::string &bundleName);
114 std::unordered_map<std::string, std::shared_ptr<ConnectInfo>> cMap_;
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/command/
H A Dconnect_command.h31 struct ConnectInfo { struct
51 ConnectInfo& GetConnectInfo(); argument
66 ConnectInfo info_;
H A Dconnect_command.cpp64 ConnectInfo &ConnectCommand::GetConnectInfo() in GetConnectInfo()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_dfx.h35 void DfxRecord(bool success, int32_t reason, const ConnectInfo &connectInfo);
40 void ReportConnEventExtra(ConnEventExtra &extra, const ConnectInfo &connectInfo);
H A Dwifi_direct_dfx.cpp24 void WifiDirectDfx::DfxRecord(bool success, int32_t reason, const ConnectInfo &connectInfo) in DfxRecord()
64 void WifiDirectDfx::ReportConnEventExtra(ConnEventExtra &extra, const ConnectInfo &info) in ReportConnEventExtra()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/
H A Dlnn_connect_info.h42 } ConnectInfo; typedef
H A Dlnn_node_info.h148 ConnectInfo connectInfo;
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp111 const std::unordered_map<std::string, std::shared_ptr<ConnectInfo>> &cMap) in FileAccessHelper()
123 const std::unordered_map<std::string, std::shared_ptr<ConnectInfo>> &cMap) in FileAccessHelper()
135 std::shared_ptr<ConnectInfo> FileAccessHelper::GetConnectInfo(const std::string &bundleName) in GetConnectInfo()
199 std::unordered_map<std::string, std::shared_ptr<ConnectInfo>> cMap; in DoCreatorHelper()
214 std::shared_ptr<ConnectInfo> connectInfo = std::make_shared<ConnectInfo>(); in DoCreatorHelper()
222 cMap.insert(std::pair<std::string, std::shared_ptr<ConnectInfo>>(bundleName, connectInfo)); in DoCreatorHelper()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h59 struct ConnectInfo { struct
265 void ReportDistributedComponentChange(const ConnectInfo& connectInfo, int32_t changeType,
305 std::map<sptr<IRemoteObject>, ConnectInfo> connectAbilityMap_;
316 std::map<sptr<IRemoteObject>, ConnectInfo> calleeMap_;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_first_test.cpp962 ConnectInfo connectInfo;
1366 ConnectInfo connectInfo;
1482 ConnectInfo connectInfo {callerInfo, callbackWrapper, want.GetElement()};
1603 ConnectInfo connectInfo;
H A Ddistributed_sched_connect_test.cpp191 ConnectInfo connectInfo {callerInfo, callbackWrapper}; in AddConnectInfo()
1080 ConnectInfo connectInfo {callerInfo, callbackWrapper};
1470 ConnectInfo connectInfo {callerInfo, callbackWrapper};
H A Ddistributed_sched_service_second_test.cpp1220 ConnectInfo connectInfo;
1268 ConnectInfo connectInfo;
H A Ddistributed_sched_call_test.cpp704 ConnectInfo connectInfo {callerInfo, callbackWrapper}; in AddConnectInfo()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp1814 ConnectInfo connectInfo {callerInfo, callbackWrapper, want.GetElement()}; in StartAbilityByCallFromRemote()
1965 ConnectInfo connectInfo = iter.second; in GetConnectComponentList()
2000 ConnectInfo connectInfo = iter.second; in GetCallComponentList()
2044 void DistributedSchedService::ReportDistributedComponentChange(const ConnectInfo& connectInfo, int3… in ReportDistributedComponentChange()
2162 std::map<sptr<IRemoteObject>, ConnectInfo>::iterator itConnect; in ConnectAbilityFromRemote()
2177 ConnectInfo connectInfo {callerInfo, callbackWrapper, want.GetElement()}; in ConnectAbilityFromRemote()
2285 ConnectInfo& connectInfo = iter->second; in NotifyProcessDiedFromRemote()
2340 ConnectInfo& connectInfo = iter->second; in RemoveConnectAbilityInfo()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/src/
H A Dlnn_local_net_ledger.c1022 static int32_t InitConnectInfo(ConnectInfo *info) in InitConnectInfo()
/ohos5.0/foundation/filemanagement/user_file_service/test/unittest/
H A Dexternal_file_access_test_info.cpp857 … std::shared_ptr<ConnectInfo> connectInfo = fileAccessHelper->GetConnectInfo("NotExistBundleName");