Searched refs:getMEIDResult (Results 1 – 2 of 2) sorted by relevance
238 std::string getMEIDResult = ""; member
1795 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()