Searched refs:euid (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/include/ |
H A D | bundle_test_tool.h | 121 std::vector<std::string> &appIds, int &controlRuleType, int &userId, int &euid); 123 int &userId, int &euid); 125 int &controlRuleType, std::vector<std::string> &appIds, int &userId, int &euid); 127 int &controlRuleType, int &userId, int &euid); 129 std::vector<AppRunningControlRule> &controlRule, int &userId, int &euid); 130 …eanAppRunningRuleCorrectOption(int option, const std::string &commandName, int &userId, int &euid); 132 int32_t &userId, int &euid); 134 std::string &bundleName, int32_t &userId, int &euid);
|
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_test_tool.cpp | 2200 int euid = 3057; in RunAsAddInstallRuleCommand() local 2223 seteuid(euid); in RunAsAddInstallRuleCommand() 2284 int euid = 3057; in RunAsGetInstallRuleCommand() local 2307 seteuid(euid); in RunAsGetInstallRuleCommand() 2403 seteuid(euid); in RunAsDeleteInstallRuleCommand() 2488 seteuid(euid); in RunAsCleanInstallRuleCommand() 2586 seteuid(euid); in RunAsAddAppRunningRuleCommand() 2637 seteuid(euid); in RunAsDeleteAppRunningRuleCommand() 2715 seteuid(euid); in RunAsCleanAppRunningRuleCommand() 2789 seteuid(euid); in RunAsGetAppRunningControlRuleCommand() [all …]
|
/ohos5.0/base/startup/appspawn/test/mock/ |
H A D | app_system_stub.c | 136 int SetresuidStub(uid_t ruid, uid_t euid, uid_t suid) in SetresuidStub() argument 139 UNUSED(euid); in SetresuidStub()
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/test/ |
H A D | test_process.cpp | 240 int32_t euid = 0; variable 241 napi_get_value_int32(env, napiEuid, &euid); 243 if (euid >= 0) {
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.en.md | 1550 | const euid :number | Obtains the effective user identifier (EUID) of this process.| 1622 3. euid() 1624 euid(){ 1625 var and = Process.euid;
|
H A D | README.md | 4619 | const euid :number | 返回进程的数字有效用户身份。 | 4691 3.euid() 4693 euid(){ 4694 var and = Process.euid;
|