Home
last modified time | relevance | path

Searched refs:SetMockedLocations (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dsubability_common.h52 …bool SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Location>> &loca…
H A Dlocator_ability.h153 LocationErrCode SetMockedLocations(
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_adapter.h46 napi_value SetMockedLocations(napi_env env, napi_callback_info info);
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h71 bool SetMockedLocations(
H A Dlocator.h73 virtual bool SetMockedLocations(
H A Dlocator_impl.h275 bool SetMockedLocations(
/ohos5.0/base/location/services/location_passive/passive/source/
H A Dpassive_ability.cpp166 if (!SetMockedLocations(timeInterval, location)) { in SetMocked()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dsubability_common.cpp170 bool SubAbility::SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Locat… in SetMockedLocations() function in OHOS::Location::SubAbility
H A Dlocator_skeleton.cpp994 reply.WriteInt32(locatorAbility->SetMockedLocations(timeInterval, vcLoc)); in PreSetMockedLocations()
H A Dlocator_ability.cpp940 LocationErrCode LocatorAbility::SetMockedLocations( in SetMockedLocations() function in OHOS::Location::LocatorAbility
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_service_test.cpp1091 proxy_->SetMockedLocations(timeInterval, mockLocationArray);
1330 locatorImpl->SetMockedLocations(timeInterval, locations);
1722 EXPECT_EQ(ERRCODE_SUCCESS, locatorAbility->SetMockedLocations(timeInterval, locations));
1725 EXPECT_EQ(ERRCODE_SUCCESS, locatorAbility->SetMockedLocations(timeInterval, locations));
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_entry.cpp300 DECLARE_NAPI_FUNCTION("setMockedLocations", SetMockedLocations), in InitManager()
H A Dlocation_napi_adapter.cpp859 napi_value SetMockedLocations(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp401 if (!SetMockedLocations(timeInterval, location)) { in SetMocked()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp554 bool LocatorImpl::SetMockedLocations( in SetMockedLocations() function in OHOS::Location::LocatorImpl
566 bool flag = proxy->SetMockedLocations(timeInterval, location); in SetMockedLocations()
H A Dlocator_proxy.cpp363 bool LocatorProxy::SetMockedLocations( in SetMockedLocations() function in OHOS::Location::LocatorProxy
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1419 if (!SetMockedLocations(timeInterval, location)) { in SetMocked()