Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_group_test/
H A Dbms_bundle_data_group_test.cpp45 constexpr int32_t BMS_UID = 1000; member
192 auto createDirRes = InstalldClient::GetInstance()->Mkdir(dir, S_IRWXU, BMS_UID, BMS_UID); in HWTEST_F()
279 auto createDirRes = InstalldClient::GetInstance()->Mkdir(DATA_GROUP_DIR_TEST, S_IRWXU, BMS_UID, BMS_UID); in HWTEST_F()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon.cpp30 constexpr pid_t BMS_UID = 7; member
110 if (uid != BMS_UID) { in Invoke()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h102 constexpr int32_t BMS_UID = 1000; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp488 LOG_D(BMS_TAG_DEFAULT, "caller is root or foundation or BMS_UID, verify success"); in IsNativeTokenType()
517 callingUid == ServiceConstants::BMS_UID) { in VerifyCallingUid()
H A Dbundle_mgr_host_impl.cpp3295 if (callingUid != Constants::ROOT_UID && callingUid != ServiceConstants::BMS_UID) { in SetDebugMode()
H A Dbundle_data_mgr.cpp3877 // If the value of uid is 0 (ROOT_UID) or 1000 (BMS_UID), in CheckIsSystemAppByUid()
3879 if (uid == Constants::ROOT_UID || uid == ServiceConstants::BMS_UID) { in CheckIsSystemAppByUid()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp4012 testRet = GetBundleDataMgr()->CheckIsSystemAppByUid(ServiceConstants::BMS_UID); in HWTEST_F()

Completed in 33 milliseconds