Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp210 char *envStr = reinterpret_cast<char *>(GetAppPropertyExt(property, "AppEnv", &size)); in SetEnvInfo() local
211 if (size == 0 || envStr == NULL) { in SetEnvInfo()
215 cJSON *root = cJSON_Parse(envStr); in SetEnvInfo()
216 APPSPAWN_CHECK(root != nullptr, return -1, "SetEnvInfo: json parse failed %{public}s", envStr); in SetEnvInfo()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_hdi_uttest_v1_2.cpp1194 auto envStr = getenv("UT_SUPER_STAB_KEEP_SECOND"); variable
1195 if (envStr != nullptr) {
1196 waitTime = atoi(envStr);