Home
last modified time | relevance | path

Searched refs:SHELL_UID (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_inner_common.h30 SHELL_UID = 0, enumerator
32 SHELL_UID = 2,
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/
H A Dmain.cpp28 constexpr int32_t SHELL_UID = 2000;
35 if (id != ROOT_UID && id != SHELL_UID) { in main()
/foundation/communication/dsoftbus/core/common/security/permission/small/
H A Dsoftbus_permission.c30 #define SHELL_UID 2 macro
57 if (callingUid > INVALID_UID && callingUid < FIRST_APPLICATION_UID && callingUid != SHELL_UID) { in GetPermType()
/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H A Dpermission_test.cpp62 CallerInfo callerInfo = {.uid = SHELL_UID}; in HWTEST_F()
70 * @tc.desc: GetCallerBundleInfo failed with SHELL_UID=0/2, which is not configured with appId
76 CallerInfo callerInfo = {.uid = SHELL_UID}; in HWTEST_F()
/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_permission.c87 } else if (callerUid == SHELL_UID) { in CheckRemotePermission()
183 } else if (callerUid == SHELL_UID) { in GetBundleInfoFromBms()
H A Ddmslite_parser.c248 if (callerUid != FOUNDATION_UID && callerUid != SHELL_UID) { in CanCall()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h103 constexpr int32_t SHELL_UID = 2000; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_permission_mgr.cpp439 callingUid == ServiceConstants::SHELL_UID) { in VerifySystemApp()
516 callingUid == ServiceConstants::SHELL_UID || in VerifyCallingUid()
H A Dbase_bundle_installer.cpp2886 GetIntParameter(BMS_KEY_SHELL_UID, ServiceConstants::SHELL_UID) : in CreateBundleDataDir()
5091 GetIntParameter(BMS_KEY_SHELL_UID, ServiceConstants::SHELL_UID) : in CheckArkProfileDir()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_stub.cpp58 static constexpr int SHELL_UID = 2000; member
200 if (!IPCSkeleton::IsLocalCalling() || (uid != 0 && uid != SHELL_UID && uid != HIDUMPER_SERVICE_UID)) { in DBinderDumpTransaction()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/aot/
H A Daot_handler.cpp372 COPY_AP_DEST_PATH, mode, Constants::FOUNDATION_UID, ServiceConstants::SHELL_UID); in MkApDestDirIfNotExist()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp7517 setuid(ServiceConstants::SHELL_UID); in HWTEST_F()

Completed in 39 milliseconds