Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/services/network_search/src/
H A Doperator_name_utils.cpp166 cJSON *arrValue = nullptr; in ParserOperatorNames() local
178 arrValue = cJSON_GetArrayItem(plmnArray, j); in ParserOperatorNames()
179 if (arrValue != nullptr && cJSON_IsNumber(arrValue)) { in ParserOperatorNames()
180 … nameCust.mccMnc.push_back(std::to_string(static_cast<int32_t>(cJSON_GetNumberValue(arrValue)))); in ParserOperatorNames()
194 arrValue = nullptr; in ParserOperatorNames()
/ohos5.0/docs/zh-cn/application-dev/napi/
H A Dnapi-guidelines.md245 napi_value arrValue = nullptr;
246 napi_create_int32(env, i, &arrValue);
248 napi_set_element(env, jsArr, i, arrValue);
/ohos5.0/docs/en/application-dev/napi/
H A Dnapi-guidelines.md245 napi_value arrValue = nullptr;
246 napi_create_int32(env, i, &arrValue);
248 napi_set_element(env, jsArr, i, arrValue);