Home
last modified time | relevance | path

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

/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>& u16BundleNameList);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp38 if (!GetBundleNameListFromBms(callingUid, bundleNameList)) { in GetCallerAppIdFromBms()
39 HILOGE("GetBundleNameListFromBms failed"); in GetCallerAppIdFromBms()
82 bool BundleManagerInternal::GetBundleNameListFromBms(int32_t callingUid, std::vector<std::string>& bundleNameList) 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()
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp399 * @tc.desc: test GetBundleNameListFromBms
409 BundleManagerInternal::GetBundleNameListFromBms(uid, u16BundleNameList); in HWTEST_F()
412 BundleManagerInternal::GetBundleNameListFromBms(-1, u16BundleNameList); in HWTEST_F()
419 * @tc.desc: test GetBundleNameListFromBms
429 bool ret1 = BundleManagerInternal::GetBundleNameListFromBms(uid, u16BundleNameList); in HWTEST_F()
432 bool ret2 = BundleManagerInternal::GetBundleNameListFromBms(-1, u16BundleNameList); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_token_callback.cpp67 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in SendResult()
68 HILOGE("GetBundleNameListFromBms failed"); in SendResult()
H A Ddistributed_sched_service.cpp706 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in GetCallerInfo()
707 HILOGE("GetBundleNameListFromBms failed"); in GetCallerInfo()
1626 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in ConnectRemoteAbility()
1627 HILOGE("GetBundleNameListFromBms failed"); in ConnectRemoteAbility()
1987 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in StartRemoteAbilityByCall()
1988 HILOGE("GetBundleNameListFromBms failed"); in StartRemoteAbilityByCall()
3035 if (!BundleManagerInternal::GetBundleNameListFromBms(callingUid, bundleNames)) { in GetContinueEventInfo()
3125 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in SetCallerInfo()
3126 HILOGE("GetBundleNameListFromBms failed"); in SetCallerInfo()
3620 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInf in StopRemoteExtensionAbility()
[all...]
H A Ddistributed_sched_stub.cpp272 if (!BundleManagerInternal::GetBundleNameListFromBms(callerUid, bundleNames)) { in ReportEvent()
273 HILOGE("GetBundleNameListFromBms failed"); in ReportEvent()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp786 if (!BundleManagerInternal::GetBundleNameListFromBms(callerInfo.uid, callerInfo.bundleNames)) { in ExecuteContinueSend()
787 HILOGE("GetBundleNameListFromBms failed"); in ExecuteContinueSend()

Completed in 14 milliseconds