Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h219 size_t operatorNameLength = 0; member
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp1366 … context->operatorNameLength = (operatorName.size() < BUF_SIZE) ? operatorName.size() : BUF_SIZE; in NativeGetOperatorName()
1367 for (size_t i = 0; i < context->operatorNameLength; i++) { in NativeGetOperatorName()
1378 … napi_create_string_utf8(env, context->operatorName, context->operatorNameLength, &callbackValue); in GetOperatorNameCallback()