Home
last modified time | relevance | path

Searched refs:cachedLocationsCallbackHost (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp167 auto cachedLocationsCallbackHost = variable
169 EXPECT_NE(nullptr, cachedLocationsCallbackHost);
170 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost);
292 auto cachedLocationsCallbackHost = variable
294 EXPECT_NE(nullptr, cachedLocationsCallbackHost);
295 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost);
H A Dcallback_test.cpp54 auto cachedLocationsCallbackHost = variable
56 EXPECT_NE(nullptr, cachedLocationsCallbackHost);
58 new (std::nothrow) CachedLocationsCallbackProxy(cachedLocationsCallbackHost);
H A Dlocator_impl_test.cpp430 auto cachedLocationsCallbackHost = variable
432 EXPECT_NE(nullptr, cachedLocationsCallbackHost);
433 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost);
H A Dlocator_service_test.cpp1464 auto cachedLocationsCallbackHost = variable
1466 EXPECT_NE(nullptr, cachedLocationsCallbackHost);
1467 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost);
1604 auto cachedLocationsCallbackHost = variable
1606 auto cachedCallback = sptr<ICachedLocationsCallback>(cachedLocationsCallbackHost);
/ohos5.0/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp106 auto cachedLocationsCallbackHost = in GnssProxyFuzzTest002() local
108 proxy->RegisterCachedCallback(cachedRequest, cachedLocationsCallbackHost); in GnssProxyFuzzTest002()
110 proxy->UnregisterCachedCallback(cachedLocationsCallbackHost); in GnssProxyFuzzTest002()