Home
last modified time | relevance | path

Searched defs:srcNetworkId (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dasset_recv_callback_proxy.cpp32 int32_t AssetRecvCallbackProxy::OnStart(const std::string &srcNetworkId, in OnStart()
74 int32_t AssetRecvCallbackProxy::OnFinished(const std::string &srcNetworkId, in OnFinished()
H A Dasset_callback_manager.cpp88 void AssetCallbackManager::NotifyAssetRecvStart(const std::string &srcNetworkId, in NotifyAssetRecvStart()
105 void AssetCallbackManager::NotifyAssetRecvFinished(const std::string &srcNetworkId, in NotifyAssetRecvFinished()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/asset/
H A Dasset_recv_callback_stub.cpp52 std::string srcNetworkId; in HandleOnStart() local
83 std::string srcNetworkId; in HandleOnFinished() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_data_listener.cpp49 int32_t ObjectAssetsRecvListener::OnStart(const std::string &srcNetworkId, const std::string &dstNe… in OnStart()
58 int32_t ObjectAssetsRecvListener::OnFinished(const std::string &srcNetworkId, const sptr<AssetObj> … in OnFinished()
H A Dobject_manager.cpp535 const std::string& srcNetworkId) in NotifyAssetsReady()
568 …bjectStoreManager::NotifyAssetsStart(const std::string& objectKey, const std::string& srcNetworkId) in NotifyAssetsStart()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Drpc_system_ability_callback.h40 … virtual bool LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbilityId) in LoadSystemAbilityFromRemote()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/loadsystemabilitycomplete_fuzzer/
H A Dloadsystemabilitycomplete_fuzzer.cpp36 std::string srcNetworkId = tmp; in AttachBusNameObjectTest() local
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Drpc_callback_imp.cpp32 bool RpcCallbackImp::LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbi… in LoadSystemAbilityFromRemote()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_asset_recv_listener.cpp86 auto srcNetworkId = SoftBusHandlerAsset::GetInstance().GetClientInfo(socketId); in OnRecvAssetStart() local
111 auto srcNetworkId = SoftBusHandlerAsset::GetInstance().GetClientInfo(socketId); in OnRecvAssetFinished() local
147 auto srcNetworkId = SoftBusHandlerAsset::GetInstance().GetClientInfo(socketId); in OnRecvAssetError() local
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/transportmsghandle_fuzzer/
H A Dtransportmsghandle_fuzzer.cpp44 std::string srcNetworkId = fuzzData.GetStringFromData(len); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dobject_dms_handler_test.cpp122 std::string srcNetworkId = localNetworkId; variable
H A Dobject_manager_test.cpp247 std::string srcNetworkId = "1"; variable
266 std::string srcNetworkId = "654321"; variable
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp67 …bool LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbilityId) override in LoadSystemAbilityFromRemote()
624 std::string srcNetworkId = "aaaaaaaaaaaaaa"; variable
643 std::string srcNetworkId = "bbbbbbb"; variable
662 std::string srcNetworkId = "aaaaaaaaaaaaaa"; variable
1302 std::string srcNetworkId; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
H A Dmessage_handler.h59 std::string srcNetworkId; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h109 virtual int32_t GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) in GetContinueInfo()
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp512 bool DBinderService::IsSameLoadSaItem(const std::string& srcNetworkId, int32_t systemAbilityId, in IsSameLoadSaItem()
523 std::shared_ptr<DHandleEntryTxRx> DBinderService::PopLoadSaItem(const std::string& srcNetworkId, in PopLoadSaItem()
542 void DBinderService::LoadSystemAbilityComplete(const std::string& srcNetworkId, int32_t systemAbili… in LoadSystemAbilityComplete()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp997 std::string srcNetworkId; in GetContinueInfoInner() local
H A Ddistributed_sched_service.cpp1030 std::string srcNetworkId = dschedContinuation_->continueInfo_.srcNetworkId_; in NotifyCompleteContinuation() local
2706 …32_t DistributedSchedService::GetContinueInfo(std::string& dstNetworkId, std::string& srcNetworkId) in GetContinueInfo()