Home
last modified time | relevance | path

Searched refs:PARAMETER_USER_ID (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h42 #define PARAMETER_USER_ID "<currentUserId>" macro
H A Dsandbox_cfgvar.c345 AddVariableReplaceHandler(PARAMETER_USER_ID, VarCurrentUseIdReplace); in AddDefaultVariable()
H A Dappspawn_sandbox.c114 uint32_t userIdLen = sizeof(PARAMETER_USER_ID) - 1; in BuildRootPath()
116 char *rootPath = strstr(sandbox->rootPath, PARAMETER_USER_ID); in BuildRootPath()