Home
last modified time | relevance | path

Searched refs:GetBundleNameListFromBms (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h39 …static bool GetBundleNameListFromBms(int32_t callingUid, std::vector<std::string>& bundleNameList);
40 …static bool GetBundleNameListFromBms(int32_t callingUid, std::vector<std::u16string>& u16BundleNam…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp38 if (!GetBundleNameListFromBms(callingUid, bundleNameList)) { in GetCallerAppIdFromBms()
82 bool BundleManagerInternal::GetBundleNameListFromBms(int32_t callingUid, std::vector<std::string>& … in GetBundleNameListFromBms() function in OHOS::DistributedSchedule::BundleManagerInternal
97 bool BundleManagerInternal::GetBundleNameListFromBms(int32_t callingUid, in GetBundleNameListFromBms() function in OHOS::DistributedSchedule::BundleManagerInternal
101 if (!GetBundleNameListFromBms(callingUid, bundleNameList)) { in GetBundleNameListFromBms()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp411 BundleManagerInternal::GetBundleNameListFromBms(uid, u16BundleNameList);
414 BundleManagerInternal::GetBundleNameListFromBms(-1, u16BundleNameList);
433 bool ret1 = BundleManagerInternal::GetBundleNameListFromBms(uid, u16BundleNameList);
436 bool ret2 = BundleManagerInternal::GetBundleNameListFromBms(-1, u16BundleNameList);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_token_callback.cpp67 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in SendResult()
H A Ddistributed_sched_service.cpp443 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in GetCallerInfo()
1355 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in ConnectRemoteAbility()
1716 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in StartRemoteAbilityByCall()
2759 if (!BundleManagerInternal::GetBundleNameListFromBms(callingUid, bundleNames)) { in GetContinueEventInfo()
2849 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in SetCallerInfo()
3344 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in StopRemoteExtensionAbility()
H A Ddistributed_sched_stub.cpp264 if (!BundleManagerInternal::GetBundleNameListFromBms(callerUid, bundleNames)) { in ReportEvent()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp785 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in ExecuteContinueSend()