Searched refs:GetColdRunArgs (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_child_test.cpp | 480 static std::string GetColdRunArgs(AppSpawningCtx *property, bool isNweb, const char *arg) in GetColdRunArgs() function 520 std::string cmd = GetColdRunArgs(property, false, "appspawn -mode app_cold "); 561 std::string cmd = GetColdRunArgs(property, true, "appspawn -mode nweb_cold "); 610 std::string cmd = GetColdRunArgs(property, false, "appspawn -mode app_cold "); 659 std::string cmd = GetColdRunArgs(property, false, "appspawn -mode app_cold ");
|