Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/core_service/frameworks/js/network_search/include/
H A Dnapi_radio.h245 std::string getMEIDResult = ""; member
/ohos5.0/base/telephony/core_service/frameworks/js/network_search/src/
H A Dnapi_radio.cpp1904 context->getMEIDResult = NapiUtil::ToUtf8(meid); in NativeGetMEID()
1905 …GI("NativeGetMEID len = %{public}lu", static_cast<unsigned long>(context->getMEIDResult.length())); in NativeGetMEID()
1914 …napi_create_string_utf8(env, context->getMEIDResult.c_str(), context->getMEIDResult.size(), &callb… in GetMEIDCallback()