Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h240 std::string getIMEISVResult = ""; member
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp1833 context->getIMEISVResult = NapiUtil::ToUtf8(imeiSv); in NativeGetIMEISV()
1835 …NativeGetIMEISV len = %{public}lu", static_cast<unsigned long>(context->getIMEISVResult.length())); in NativeGetIMEISV()
1844 …napi_create_string_utf8(env, context->getIMEISVResult.c_str(), context->getIMEISVResult.size(), &c… in GetIMEISVCallback()