Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp39 constexpr const char* APPSPAWN_CLIENT_USER_NAME = "APP_MANAGER_SERVICE"; variable
181 ret = strcpy_s(appDacInfo.userName, sizeof(appDacInfo.userName), APPSPAWN_CLIENT_USER_NAME); in SetDacInfo()