Home
last modified time | relevance | path

Searched refs:ENABLE_LOCATION_MOCK (Results 1 - 18 of 18) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dlocationhub_ipc_interface_code.h52 ENABLE_LOCATION_MOCK = 30, member in OHOS::Location::LocatorInterfaceCode
107 ENABLE_LOCATION_MOCK = 22, member in OHOS::Location::LocatorInterfaceCode::GnssInterfaceCode
140 ENABLE_LOCATION_MOCK = 22, member in OHOS::Location::LocatorInterfaceCode::NetworkInterfaceCode
169 ENABLE_LOCATION_MOCK = 22, member in OHOS::Location::LocatorInterfaceCode::PassiveInterfaceCode
/base/location/test/location_mock_ipc/src/
H A Dlocation_mock_ipc.cpp77 ipcMap_[static_cast<uint32_t>(GnssInterfaceCode::ENABLE_LOCATION_MOCK)] = g_gnssIpcCode; in SetUp()
87 ipcMap_[static_cast<uint32_t>(NetworkInterfaceCode::ENABLE_LOCATION_MOCK)] = g_networkIpcCode; in SetUp()
101 ipcMap_[static_cast<uint32_t>(PassiveInterfaceCode::ENABLE_LOCATION_MOCK)] = g_passiveIpcCode; in SetUp()
/base/location/services/location_locator/locator/source/
H A Dnetwork_ability_proxy.cpp86 remote->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::ENABLE_LOCATION_MOCK), data, reply, option); in EnableMock()
H A Dpassive_ability_proxy.cpp86 remote->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::ENABLE_LOCATION_MOCK), data, reply, option); in EnableMock()
H A Dgnss_ability_proxy.cpp370 remote->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::ENABLE_LOCATION_MOCK), data, reply, option); in EnableMock()
H A Dlocator_ability.cpp766 if (msgId == static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK)) { in SendLocationMockMsgToGnssSa()
788 if (msgId == static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK)) { in SendLocationMockMsgToNetworkSa()
810 if (msgId == static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK)) { in SendLocationMockMsgToPassiveSa()
921 static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK)); in EnableLocationMock()
H A Dlocator_skeleton.cpp139 locatorHandleMap_[LocatorInterfaceCode::ENABLE_LOCATION_MOCK] = in ConstructLocatorMockHandleMap()
/base/location/services/location_network/network/source/
H A Dnetwork_ability_skeleton.cpp52 NetworkMsgHandleMap_[static_cast<uint32_t>(NetworkInterfaceCode::ENABLE_LOCATION_MOCK)] = in InitNetworkMsgHandleMap()
/base/location/services/location_passive/passive/source/
H A Dpassive_ability_skeleton.cpp46 PassiveMsgHandleMap_[static_cast<uint32_t>(PassiveInterfaceCode::ENABLE_LOCATION_MOCK)] = in InitPassiveMsgHandleMap()
/base/location/test/location_passive/source/
H A Dpassive_ability_stub_test.cpp90 passiveAbilityStub->OnRemoteRequest(static_cast<uint32_t>(PassiveInterfaceCode::ENABLE_LOCATION_MOCK), in HWTEST_F()
/base/location/test/fuzztest/locator/passiveability_fuzzer/
H A Dpassiveability_fuzzer.cpp135 ability->OnRemoteRequest(static_cast<uint32_t>(PassiveInterfaceCode::ENABLE_LOCATION_MOCK), in PassiveAbility003FuzzTest()
/base/location/test/fuzztest/locator/networkability_fuzzer/
H A Dnetworkability_fuzzer.cpp165 ability->OnRemoteRequest(static_cast<uint32_t>(NetworkInterfaceCode::ENABLE_LOCATION_MOCK), in NetworkAbility005FuzzTest()
/base/location/test/location_network/source/
H A Dnetwork_ability_stub_test.cpp108 networkAbilityStub->OnRemoteRequest(static_cast<uint32_t>(NetworkInterfaceCode::ENABLE_LOCATION_MOCK), in HWTEST_F()
/base/location/test/fuzztest/locator/gnssability_fuzzer/
H A Dgnssability_fuzzer.cpp329 ability->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::ENABLE_LOCATION_MOCK), in GnssAbility014FuzzTest()
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp338 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), data, reply); in EnableLocationMock()
825 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), data, reply); in EnableLocationMockV9()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp91 GnssMsgHandleMap_[static_cast<uint32_t>(GnssInterfaceCode::ENABLE_LOCATION_MOCK)] = in InitGnssEnhanceMsgHandleMap()
/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp211 gnssAbilityStub->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::ENABLE_LOCATION_MOCK), in HWTEST_F()
/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/
H A Dlocatorabilitystub_fuzzer.cpp126 ability->OnRemoteRequest(static_cast<int>(LocatorInterfaceCode::ENABLE_LOCATION_MOCK), in LocatorAbilityStub003FuzzTest()

Completed in 17 milliseconds