Home
last modified time | relevance | path

Searched refs:QuerySupportCoordinateSystemType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/include/
H A Dgnss_ability_proxy.h54 LocationErrCode QuerySupportCoordinateSystemType(
H A Dlocator_ability.h202 LocationErrCode QuerySupportCoordinateSystemType(
/ohos5.0/base/location/test/location_gnss/mock/include/
H A Dmock_gnss_ability_stub.h67 MOCK_METHOD(LocationErrCode, QuerySupportCoordinateSystemType,
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability_skeleton.h52 virtual LocationErrCode QuerySupportCoordinateSystemType(
H A Dgnss_ability.h218 LocationErrCode QuerySupportCoordinateSystemType(
/ohos5.0/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp158 proxy->QuerySupportCoordinateSystemType(coordinateSystemTypes); in GnssProxyFuzzTest003()
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp334 auto errCode = QuerySupportCoordinateSystemType(coordinateSystemTypes); in QuerySupportCoordinateSystemTypeInner()
H A Dgnss_ability.cpp1425 LocationErrCode GnssAbility::QuerySupportCoordinateSystemType( in QuerySupportCoordinateSystemType() function in OHOS::Location::GnssAbility
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dgnss_ability_proxy.cpp422 LocationErrCode GnssAbilityProxy::QuerySupportCoordinateSystemType( in QuerySupportCoordinateSystemType() function in OHOS::Location::GnssAbilityProxy
H A Dlocator_skeleton.cpp1224 auto errCode = locatorAbility->QuerySupportCoordinateSystemType(coordinateSystemTypes); in PreQuerySupportCoordinateSystemType()
H A Dlocator_ability.cpp1532 LocationErrCode LocatorAbility::QuerySupportCoordinateSystemType( in QuerySupportCoordinateSystemType() function in OHOS::Location::LocatorAbility
/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp394 …EXPECT_CALL(*gnssAbilityStub, QuerySupportCoordinateSystemType(_)).WillOnce(DoAll(Return(ERRCODE_S…
H A Dgnss_ability_test.cpp596 proxy_->QuerySupportCoordinateSystemType(coordinateSystemTypes);
1943 ability_->QuerySupportCoordinateSystemType(coordinateSystemTypes);