Home
last modified time | relevance | path

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

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