Searched refs:UNREG_GNSS_STATUS (Results 1 - 7 of 7) sorted by relevance
/base/location/interfaces/inner_api/include/ |
H A D | locationhub_ipc_interface_code.h | 93 UNREG_GNSS_STATUS = 8, member in OHOS::Location::LocatorInterfaceCode::GnssInterfaceCode 126 UNREG_GNSS_STATUS = 8, member in OHOS::Location::LocatorInterfaceCode::NetworkInterfaceCode 155 UNREG_GNSS_STATUS = 8, member in OHOS::Location::LocatorInterfaceCode::PassiveInterfaceCode
|
/base/location/test/location_mock_ipc/src/ |
H A D | location_mock_ipc.cpp | 69 ipcMap_[static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS)] = g_gnssIpcCode; in SetUp()
|
/base/location/services/location_locator/locator/source/ |
H A D | gnss_ability_proxy.cpp | 119 Remote()->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS), data, reply, option); in UnregisterGnssStatusCallback()
|
H A D | locator_ability.cpp | 594 return SendGnssRequest(static_cast<int>(GnssInterfaceCode::UNREG_GNSS_STATUS), dataToStub, replyToStub); in UnregisterGnssStatusCallback()
|
/base/location/test/fuzztest/locator/gnssability_fuzzer/ |
H A D | gnssability_fuzzer.cpp | 186 ability->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS), in GnssAbility006FuzzTest()
|
/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_ability_skeleton.cpp | 51 GnssMsgHandleMap_[static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS)] = in InitGnssMsgHandleMap()
|
/base/location/test/location_gnss/source/ |
H A D | gnss_ability_stub_test.cpp | 126 gnssAbilityStub->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::UNREG_GNSS_STATUS), in HWTEST_F()
|
Completed in 10 milliseconds