Searched refs:SEND_NETWORK_LOCATION (Results 1 - 7 of 7) sorted by relevance
/base/location/interfaces/inner_api/include/ |
H A D | locationhub_ipc_interface_code.h | 115 SEND_NETWORK_LOCATION = 30, member in OHOS::Location::LocatorInterfaceCode::GnssInterfaceCode
|
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability_skeleton.cpp | 119 GnssMsgHandleMap_[static_cast<uint32_t>(GnssInterfaceCode::SEND_NETWORK_LOCATION)] = in InitGnssEnhanceMsgHandleMap() 354 SendMessage(static_cast<uint32_t>(GnssInterfaceCode::SEND_NETWORK_LOCATION), data, reply); in SendNetworkLocationInner()
|
H A D | gnss_ability.cpp | 1540 case static_cast<uint32_t>(GnssInterfaceCode::SEND_NETWORK_LOCATION): { in SendMessage() 1619 gnssEventProcessMap_[static_cast<uint32_t>(GnssInterfaceCode::SEND_NETWORK_LOCATION)] = in InitGnssEventProcessMap()
|
/base/location/services/location_locator/locator/source/ |
H A D | gnss_ability_proxy.cpp | 466 static_cast<uint32_t>(GnssInterfaceCode::SEND_NETWORK_LOCATION), dataToStub, replyToStub, option); in SendNetworkLocation()
|
H A D | locator_ability.cpp | 1510 return SendGnssRequest(static_cast<int>(GnssInterfaceCode::SEND_NETWORK_LOCATION), dataToStub, replyToStub); in SendNetworkLocation()
|
/base/location/test/fuzztest/locator/gnssability_fuzzer/ |
H A D | gnssability_fuzzer.cpp | 455 ability->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::SEND_NETWORK_LOCATION), in GnssAbility021FuzzTest()
|
/base/location/test/location_gnss/source/ |
H A D | gnss_ability_stub_test.cpp | 418 gnssAbilityStub->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::SEND_NETWORK_LOCATION), in HWTEST_F()
|
Completed in 12 milliseconds