Home
last modified time | relevance | path

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

/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Drpc_system_ability_callback.h40 … virtual bool LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbilityId) in LoadSystemAbilityFromRemote()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
Drpc_callback_imp.cpp27 bool RpcCallbackImp::LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbi… in LoadSystemAbilityFromRemote()
/foundation/communication/ipc/services/dbinder/test/fuzztest/loadsystemabilitycomplete_fuzzer/
Dloadsystemabilitycomplete_fuzzer.cpp36 std::string srcNetworkId = tmp; in AttachBusNameObjectTest() local
/foundation/ability/dmsfwk/interfaces/innerkits/distributed_event/src/
Ddms_listener_stub.cpp70 std::string srcNetworkId = data.ReadString(); in DSchedEventNotifyInner() local
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
Ddistributed_sched_continuation.h33 std::string srcNetworkId; member
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_unittest.cpp66 …bool LoadSystemAbilityFromRemote(const std::string& srcNetworkId, int32_t systemAbilityId) override in LoadSystemAbilityFromRemote()
523 std::string srcNetworkId = "aaaaaaaaaaaaaa"; variable
540 std::string srcNetworkId = "bbbbbbb"; variable
557 std::string srcNetworkId = "aaaaaaaaaaaaaa"; variable
1128 std::string srcNetworkId; variable
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/
Dmessage_handler.h59 std::string srcNetworkId; member
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp466 bool DBinderService::IsSameLoadSaItem(const std::string& srcNetworkId, int32_t systemAbilityId, in IsSameLoadSaItem()
477 std::shared_ptr<DHandleEntryTxRx> DBinderService::PopLoadSaItem(const std::string& srcNetworkId, in PopLoadSaItem()
496 void DBinderService::LoadSystemAbilityComplete(const std::string& srcNetworkId, int32_t systemAbili… in LoadSystemAbilityComplete()