Home
last modified time | relevance | path

Searched refs:SET_MOCKED_LOCATIONS (Results 1 - 22 of 22) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dlocationhub_ipc_interface_code.h54 SET_MOCKED_LOCATIONS = 32, member in OHOS::Location::LocatorInterfaceCode
109 SET_MOCKED_LOCATIONS = 24, member in OHOS::Location::LocatorInterfaceCode::GnssInterfaceCode
142 SET_MOCKED_LOCATIONS = 24, member in OHOS::Location::LocatorInterfaceCode::NetworkInterfaceCode
171 SET_MOCKED_LOCATIONS = 24, member in OHOS::Location::LocatorInterfaceCode::PassiveInterfaceCode
/base/location/test/location_mock_ipc/src/
H A Dlocation_mock_ipc.cpp65 ipcMap_[static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS)] = g_gnssIpcCode; in SetUp()
84 ipcMap_[static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS)] = g_networkIpcCode; in SetUp()
103 ipcMap_[static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS)] = g_passiveIpcCode; in SetUp()
/base/location/services/location_network/network/source/
H A Dnetwork_ability_skeleton.cpp44 NetworkMsgHandleMap_[static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS)] = in InitNetworkMsgHandleMap()
82 SendMessage(static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); in SetMockLocationsInner()
H A Dnetwork_ability.cpp492 case static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS): { in SendMessage()
613 case static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS): { in ProcessEvent()
/base/location/services/location_passive/passive/source/
H A Dpassive_ability_skeleton.cpp54 PassiveMsgHandleMap_[static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS)] = in InitPassiveMsgHandleMap()
107 SendMessage(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); in SetMockedLocationsInner()
H A Dpassive_ability.cpp211 case static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS): { in SendMessage()
250 case static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS): { in ProcessEvent()
/base/location/services/location_locator/locator/source/
H A Dnetwork_ability_proxy.cpp133 remote->SendRequest(static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS), data, reply, option); in SetMocked()
H A Dpassive_ability_proxy.cpp133 remote->SendRequest(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS), data, reply, option); in SetMocked()
H A Dgnss_ability_proxy.cpp417 remote->SendRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS), data, reply, option); in SetMocked()
H A Dlocator_ability.cpp770 } else if (msgId == static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS)) { in SendLocationMockMsgToGnssSa()
792 } else if (msgId == static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS)) { in SendLocationMockMsgToNetworkSa()
814 } else if (msgId == static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS)) { in SendLocationMockMsgToPassiveSa()
936 static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS)); in SetMockedLocations()
H A Dlocator_skeleton.cpp147 locatorHandleMap_[LocatorInterfaceCode::SET_MOCKED_LOCATIONS] = in ConstructLocatorMockHandleMap()
/base/location/test/location_passive/source/
H A Dpassive_ability_test.cpp177 ability_->passiveHandler_->RemoveEvent(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS)); in HWTEST_F()
182 ability_->passiveHandler_->RemoveEvent(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS)); in HWTEST_F()
H A Dpassive_ability_stub_test.cpp124 passiveAbilityStub->OnRemoteRequest(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS), in HWTEST_F()
/base/location/test/fuzztest/locator/passiveability_fuzzer/
H A Dpassiveability_fuzzer.cpp171 ability->OnRemoteRequest(static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS), in PassiveAbility005FuzzTest()
/base/location/test/fuzztest/locator/networkability_fuzzer/
H A Dnetworkability_fuzzer.cpp115 ability->OnRemoteRequest(static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS), in NetworkAbility002FuzzTest()
/base/location/test/location_network/source/
H A Dnetwork_ability_stub_test.cpp142 networkAbilityStub->OnRemoteRequest(static_cast<uint32_t>(NetworkInterfaceCode::SET_MOCKED_LOCATIONS), in HWTEST_F()
/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp87 GnssMsgHandleMap_[static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS)] = in InitGnssEnhanceMsgHandleMap()
146 SendMessage(static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); in SetMockLocationsInner()
H A Dgnss_ability.cpp1478 case static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS): { in SendMessage()
1595 gnssEventProcessMap_[static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS)] = in InitGnssEventProcessMap()
/base/location/test/fuzztest/locator/gnssability_fuzzer/
H A Dgnssability_fuzzer.cpp97 ability->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS), in GnssAbility001FuzzTest()
/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_proxy.cpp377 int error = SendMsgWithDataReply(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); in SetMockedLocations()
858 SendMsgWithDataReplyV9(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), data, reply); in SetMockedLocationsV9()
/base/location/test/location_gnss/source/
H A Dgnss_ability_stub_test.cpp245 gnssAbilityStub->OnRemoteRequest(static_cast<uint32_t>(GnssInterfaceCode::SET_MOCKED_LOCATIONS), in HWTEST_F()
/base/location/test/fuzztest/locator/locatorabilitystub_fuzzer/
H A Dlocatorabilitystub_fuzzer.cpp296 ability->OnRemoteRequest(static_cast<int>(LocatorInterfaceCode::SET_MOCKED_LOCATIONS), in LocatorAbilityStub013FuzzTest()

Completed in 22 milliseconds