/ohos5.0/base/location/services/location_locator/locator/include/ |
H A D | subability_common.h | 52 …bool SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Location>> &loca…
|
H A D | locator_ability.h | 153 LocationErrCode SetMockedLocations(
|
/ohos5.0/base/location/frameworks/js/napi/include/ |
H A D | location_napi_adapter.h | 46 napi_value SetMockedLocations(napi_env env, napi_callback_info info);
|
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | locator_proxy.h | 71 bool SetMockedLocations(
|
H A D | locator.h | 73 virtual bool SetMockedLocations(
|
H A D | locator_impl.h | 275 bool SetMockedLocations(
|
/ohos5.0/base/location/services/location_passive/passive/source/ |
H A D | passive_ability.cpp | 166 if (!SetMockedLocations(timeInterval, location)) { in SetMocked()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | subability_common.cpp | 170 bool SubAbility::SetMockedLocations(const int timeInterval, const std::vector<std::shared_ptr<Locat… in SetMockedLocations() function in OHOS::Location::SubAbility
|
H A D | locator_skeleton.cpp | 994 reply.WriteInt32(locatorAbility->SetMockedLocations(timeInterval, vcLoc)); in PreSetMockedLocations()
|
H A D | locator_ability.cpp | 940 LocationErrCode LocatorAbility::SetMockedLocations( in SetMockedLocations() function in OHOS::Location::LocatorAbility
|
/ohos5.0/base/location/test/location_locator/source/ |
H A D | locator_service_test.cpp | 1091 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 D | location_napi_entry.cpp | 300 DECLARE_NAPI_FUNCTION("setMockedLocations", SetMockedLocations), in InitManager()
|
H A D | location_napi_adapter.cpp | 859 napi_value SetMockedLocations(napi_env env, napi_callback_info info) in CreateReverseGeocodeAsyncContext() function
|
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_ability.cpp | 401 if (!SetMockedLocations(timeInterval, location)) { in SetMocked()
|
/ohos5.0/base/location/frameworks/native/locator_sdk/source/ |
H A D | locator_impl.cpp | 554 bool LocatorImpl::SetMockedLocations( in SetMockedLocations() function in OHOS::Location::LocatorImpl 566 bool flag = proxy->SetMockedLocations(timeInterval, location); in SetMockedLocations()
|
H A D | locator_proxy.cpp | 363 bool LocatorProxy::SetMockedLocations( in SetMockedLocations() function in OHOS::Location::LocatorProxy
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability.cpp | 1419 if (!SetMockedLocations(timeInterval, location)) { in SetMocked()
|