Searched refs:ArkLocationInfoImpl (Results 1 – 3 of 3) sorted by relevance
22 ArkLocationInfoImpl::ArkLocationInfoImpl(std::shared_ptr<OHOS::NWeb::LocationInfo> ref) : real_(ref… in ArkLocationInfoImpl() function in OHOS::ArkWeb::ArkLocationInfoImpl24 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()
25 class ArkLocationInfoImpl : public ArkLocationInfo {27 explicit ArkLocationInfoImpl(std::shared_ptr<OHOS::NWeb::LocationInfo>);50 IMPLEMENT_REFCOUNTING(ArkLocationInfoImpl);
29 ctocpp_->OnLocationReport(new ArkLocationInfoImpl(location)); in OnLocationReport()