Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dbundle_manager_internal_test.cpp263 * @tc.desc: test IsSameAppId with invalid param
271 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); in HWTEST_F()
278 * @tc.desc: test IsSameAppId with invalid param
286 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); in HWTEST_F()
293 * @tc.desc: test IsSameAppId with invalid param
456 * @tc.desc: test IsSameAppId with invalid param
464 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); in HWTEST_F()
471 * @tc.desc: test IsSameAppId with invalid param
479 bool ret = BundleManagerInternal::IsSameAppId(appId, targetBundleName); in HWTEST_F()
486 * @tc.desc: test IsSameAppId wit
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/bundle/
H A Dbundle_manager_internal.h45 static bool IsSameAppId(const std::string& callerAppId, const std::string& targetBundleName);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp347 if (!BundleManagerInternal::IsSameAppId(callerInfo.callerAppId, targetAbility.bundleName)) { in CheckGetCallerPermission()
558 if (BundleManagerInternal::IsSameAppId(callerInfo.callerAppId, targetAbility.bundleName)) { in CheckMigrateStartCtrlPer()
582 if (BundleManagerInternal::IsSameAppId(callerInfo.callerAppId, targetAbility.bundleName)) { in CheckCollaborateStartCtrlPer()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/bundle/
H A Dbundle_manager_internal.cpp170 bool BundleManagerInternal::IsSameAppId(const std::string& callerAppId, const std::string& targetBundleName) in IsSameAppId() function in OHOS::DistributedSchedule::BundleManagerInternal

Completed in 5 milliseconds