Searched refs:countryCodeCallbackHost (Results 1 – 5 of 5) sorted by relevance
/base/location/test/location_locator/source/ |
D | callback_test.cpp | 219 auto countryCodeCallbackHost = variable 221 EXPECT_NE(nullptr, countryCodeCallbackHost); 223 new (std::nothrow) CountryCodeCallbackProxy(countryCodeCallbackHost); 335 auto countryCodeCallbackHost = variable 337 EXPECT_NE(nullptr, countryCodeCallbackHost); 339 new (std::nothrow) CountryCodeCallbackProxy(countryCodeCallbackHost);
|
D | locator_impl_test.cpp | 326 auto countryCodeCallbackHost = variable 328 EXPECT_NE(nullptr, countryCodeCallbackHost); 329 …EXPECT_EQ(ERRCODE_SUCCESS, locatorImpl_->RegisterCountryCodeCallbackV9(countryCodeCallbackHost->As… 337 …Q(ERRCODE_SUCCESS, locatorImpl_->UnregisterCountryCodeCallbackV9(countryCodeCallbackHost->AsObject…
|
D | locator_service_test.cpp | 1505 auto countryCodeCallbackHost = variable 1507 EXPECT_NE(nullptr, countryCodeCallbackHost); 1508 …EXPECT_EQ(true, locatorImpl->RegisterCountryCodeCallback(countryCodeCallbackHost->AsObject(), 1000… 1509 … EXPECT_EQ(true, locatorImpl->UnregisterCountryCodeCallback(countryCodeCallbackHost->AsObject()));
|
/base/location/test/fuzztest/locator/locator_fuzzer/ |
D | locator_fuzzer.cpp | 247 auto countryCodeCallbackHost = in TestCallbackRegister() local 249 g_locatorImpl->RegisterCountryCodeCallback(countryCodeCallbackHost->AsObject(), in TestCallbackRegister() 251 g_locatorImpl->UnregisterCountryCodeCallback(countryCodeCallbackHost->AsObject()); in TestCallbackRegister() 279 auto countryCodeCallbackHost = in TestCallbackRegisterV9() local 281 g_locatorImpl->RegisterCountryCodeCallbackV9(countryCodeCallbackHost->AsObject()); in TestCallbackRegisterV9() 282 g_locatorImpl->UnregisterCountryCodeCallbackV9(countryCodeCallbackHost->AsObject()); in TestCallbackRegisterV9()
|
/base/location/frameworks/js/napi/source/ |
D | location_napi_event.cpp | 1581 auto countryCodeCallbackHost = innerIter->second; in ResumeCountryCodeCallback() local 1582 if (countryCodeCallbackHost == nullptr) { in ResumeCountryCodeCallback() 1586 g_locatorProxy->RegisterCountryCodeCallbackV9(countryCodeCallbackHost->AsObject()); in ResumeCountryCodeCallback()
|