Searched refs:IsSameAppId (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | bundle_manager_internal_test.cpp | 271 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); 286 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); 470 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); 485 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); 500 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); 515 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/ |
H A D | bundle_manager_internal.h | 45 static bool IsSameAppId(const std::string& callerAppId, const std::string& targetBundleName);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_permission.cpp | 347 if (!BundleManagerInternal::IsSameAppId(callerInfo.callerAppId, targetAbility.bundleName)) { in CheckGetCallerPermission() 563 if (BundleManagerInternal::IsSameAppId(callerInfo.callerAppId, targetAbility.bundleName)) { in CheckMigrateStartCtrlPer() 587 if (BundleManagerInternal::IsSameAppId(callerInfo.callerAppId, targetAbility.bundleName)) { in CheckCollaborateStartCtrlPer()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/ |
H A D | bundle_manager_internal.cpp | 170 bool BundleManagerInternal::IsSameAppId(const std::string& callerAppId, const std::string& targetBu… in IsSameAppId() function in OHOS::DistributedSchedule::BundleManagerInternal
|