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