Home
last modified time | relevance | path

Searched refs:ArkLocationInfoImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp22 ArkLocationInfoImpl::ArkLocationInfoImpl(std::shared_ptr<OHOS::NWeb::LocationInfo> ref) : real_(ref… in ArkLocationInfoImpl() function in OHOS::ArkWeb::ArkLocationInfoImpl
24 double ArkLocationInfoImpl::GetLatitude() in GetLatitude()
29 double ArkLocationInfoImpl::GetLongitude() in GetLongitude()
34 double ArkLocationInfoImpl::GetAltitude() in GetAltitude()
39 float ArkLocationInfoImpl::GetAccuracy() in GetAccuracy()
44 float ArkLocationInfoImpl::GetSpeed() in GetSpeed()
49 double ArkLocationInfoImpl::GetDirection() in GetDirection()
54 int64_t ArkLocationInfoImpl::GetTimeStamp() in GetTimeStamp()
59 int64_t ArkLocationInfoImpl::GetTimeSinceBoot() in GetTimeSinceBoot()
64 ArkWebStringVector ArkLocationInfoImpl::GetAdditions() in GetAdditions()
H A Dark_location_info_impl.h25 class ArkLocationInfoImpl : public ArkLocationInfo {
27 explicit ArkLocationInfoImpl(std::shared_ptr<OHOS::NWeb::LocationInfo>);
50 IMPLEMENT_REFCOUNTING(ArkLocationInfoImpl);
H A Dark_location_callback_adapter_wrapper.cpp29 ctocpp_->OnLocationReport(new ArkLocationInfoImpl(location)); in OnLocationReport()