Home
last modified time | relevance | path

Searched refs:passiveProxy (Results 1 – 2 of 2) sorted by relevance

/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp688 std::unique_ptr<PassiveAbilityProxy> passiveProxy = in SendLocationMockMsgToPassiveSa() local
692 errorCode = passiveProxy->EnableMock(); in SendLocationMockMsgToPassiveSa()
694 errorCode = passiveProxy->DisableMock(); in SendLocationMockMsgToPassiveSa()
696 errorCode = passiveProxy->SetMocked(timeInterval, location); in SendLocationMockMsgToPassiveSa()
Drequest_manager.cpp455 …std::unique_ptr<PassiveAbilityProxy> passiveProxy = std::make_unique<PassiveAbilityProxy>(remoteOb… in ProxySendLocationRequest() local
456 passiveProxy->SendLocationRequest(workRecord); in ProxySendLocationRequest()