Home
last modified time | relevance | path

Searched refs:GetCallerAppIdFromBms (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h36 static bool GetCallerAppIdFromBms(int32_t callingUid, std::string& appId);
37 static bool GetCallerAppIdFromBms(const std::string& bundleName, std::string& appId);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp35 bool BundleManagerInternal::GetCallerAppIdFromBms(int32_t callingUid, std::string& appId) in GetCallerAppIdFromBms() function in OHOS::DistributedSchedule::BundleManagerInternal
47 return GetCallerAppIdFromBms(bundleNameList.front(), appId); in GetCallerAppIdFromBms()
50 bool BundleManagerInternal::GetCallerAppIdFromBms(const std::string& bundleName, std::string& appId) in GetCallerAppIdFromBms() function in OHOS::DistributedSchedule::BundleManagerInternal
179 if (!GetCallerAppIdFromBms(targetBundleName, calleeAppId)) { in IsSameAppId()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp241 bool ret = BundleManagerInternal::GetCallerAppIdFromBms(callingUid, appId);
256 bool ret = BundleManagerInternal::GetCallerAppIdFromBms(callingUid, appId);
455 bool ret = BundleManagerInternal::GetCallerAppIdFromBms(uid, appId);
H A Ddistributed_sched_permission_test.cpp435 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
455 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
511 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
531 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
553 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
575 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
597 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
620 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
H A Ddistributed_sched_service_first_test.cpp607 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
1417 bool result = BundleManagerInternal::GetCallerAppIdFromBms("com.third.hiworld.example",
1473 …bool result = BundleManagerInternal::GetCallerAppIdFromBms("com.third.hiworld.example", callerInfo…
1507 …bool result = BundleManagerInternal::GetCallerAppIdFromBms("com.third.hiworld.example", callerInfo…
H A Ddistributed_sched_service_second_test.cpp754 bool result = BundleManagerInternal::GetCallerAppIdFromBms(BUNDLE_NAME, callerInfo.callerAppId);
1097 …bool result = BundleManagerInternal::GetCallerAppIdFromBms("com.third.hiworld.example", callerInfo…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_token_callback.cpp63 if (!BundleManagerInternal::GetCallerAppIdFromBms(callerInfo.uid, callerInfo.callerAppId)) { in SendResult()
H A Ddistributed_sched_service.cpp439 if (!BundleManagerInternal::GetCallerAppIdFromBms(callerInfo.uid, callerInfo.callerAppId)) { in GetCallerInfo()
1351 if (!BundleManagerInternal::GetCallerAppIdFromBms(callerInfo.uid, callerInfo.callerAppId)) { in ConnectRemoteAbility()
1712 if (!BundleManagerInternal::GetCallerAppIdFromBms(callerInfo.uid, callerInfo.callerAppId)) { in StartRemoteAbilityByCall()
2845 if (!BundleManagerInternal::GetCallerAppIdFromBms(callerInfo.uid, callerInfo.callerAppId)) { in SetCallerInfo()
3340 if (!BundleManagerInternal::GetCallerAppIdFromBms(callerInfo.uid, callerInfo.callerAppId)) { in StopRemoteExtensionAbility()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/continue/
H A Ddsched_continue.cpp781 if (!BundleManagerInternal::GetCallerAppIdFromBms(callerInfo.uid, callerInfo.callerAppId)) { in ExecuteContinueSend()