Searched refs:arrValue (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/core_service/services/network_search/src/ |
H A D | operator_name_utils.cpp | 166 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 D | napi-guidelines.md | 245 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 D | napi-guidelines.md | 245 napi_value arrValue = nullptr; 246 napi_create_int32(env, i, &arrValue); 248 napi_set_element(env, jsArr, i, arrValue);
|