Home
last modified time | relevance | path

Searched defs:appEnv (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_msg_wrapper.cpp70 static std::string DumpAppEnvToJson(const std::map<std::string, std::string> &appEnv) in DumpAppEnvToJson()
H A Dapp_spawn_client.cpp150 static std::string DumpAppEnvToJson(const std::map<std::string, std::string> &appEnv) in DumpAppEnvToJson()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_child_test.cpp285 const char *appEnv = "{\"test.name1\": \"test.value1\", \"test.name2\": \"test.value2\"}"; variable
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h68 std::map<std::string, std::string> appEnv; // environment variable to be set to the process member