Home
last modified time | relevance | path

Searched refs:LocationCallbackImpl (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_callback_adapter_impl.cpp22 LocationCallbackImpl::LocationCallbackImpl( in LocationCallbackImpl() function in OHOS::NWeb::LocationCallbackImpl
26 int LocationCallbackImpl::OnRemoteRequest(uint32_t code, in OnRemoteRequest()
32 WVLOG_E("LocationCallbackImpl invalid token."); in OnRemoteRequest()
36 WVLOG_E("LocationCallbackImpl adapter is nullptr."); in OnRemoteRequest()
64 void LocationCallbackImpl::OnLocationReport( in OnLocationReport()
76 void LocationCallbackImpl::OnLocatingStatusChange(const int status) in OnLocatingStatusChange()
83 void LocationCallbackImpl::OnErrorReport(const int errorCode) in OnErrorReport()
H A Dlocation_proxy_adapter_impl.cpp271 sptr<OHOS::Location::ILocatorCallback>(new LocationCallbackImpl(callback)); in StartLocating()
/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_callback_adapter_impl.h28 class LocationCallbackImpl class
31 LocationCallbackImpl(std::shared_ptr<LocationCallbackAdapter> adapter);
32 ~LocationCallbackImpl() = default;
/base/web/webview/test/unittest/ohos_adapter/location_callback_adapter_test/
H A Dlocation_callback_adapter_test.cpp72 auto locationImpl = std::make_shared<LocationCallbackImpl>(adapter); in HWTEST_F()
110 auto locationImpl = std::make_shared<LocationCallbackImpl>(nullptr); in HWTEST_F()

Completed in 3 milliseconds