Searched refs:GetBundleNameListFromBms (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/ |
H A D | bundle_manager_internal.h | 39 …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 D | bundle_manager_internal.cpp | 38 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 D | bundle_manager_internal_test.cpp | 411 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 D | dms_token_callback.cpp | 67 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in SendResult()
|
H A D | distributed_sched_service.cpp | 443 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 D | distributed_sched_stub.cpp | 264 if (!BundleManagerInternal::GetBundleNameListFromBms(callerUid, bundleNames)) { in ReportEvent()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/ |
H A D | dsched_continue.cpp | 785 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in ExecuteContinueSend()
|