Home
last modified time | relevance | path

Searched refs:IsSameAppId (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp271 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 Dbundle_manager_internal.h45 static bool IsSameAppId(const std::string& callerAppId, const std::string& targetBundleName);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp347 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 Dbundle_manager_internal.cpp170 bool BundleManagerInternal::IsSameAppId(const std::string& callerAppId, const std::string& targetBu… in IsSameAppId() function in OHOS::DistributedSchedule::BundleManagerInternal