Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_passive/passive/source/
H A Dpassive_ability_skeleton.cpp35 if (PassiveMsgHandleMap_.size() != 0) { in InitPassiveMsgHandleMap()
38 PassiveMsgHandleMap_[static_cast<uint32_t>(PassiveInterfaceCode::SEND_LOCATION_REQUEST)] = in InitPassiveMsgHandleMap()
42 PassiveMsgHandleMap_[static_cast<uint32_t>(PassiveInterfaceCode::SET_ENABLE)] = in InitPassiveMsgHandleMap()
46 PassiveMsgHandleMap_[static_cast<uint32_t>(PassiveInterfaceCode::ENABLE_LOCATION_MOCK)] = in InitPassiveMsgHandleMap()
50 PassiveMsgHandleMap_[static_cast<uint32_t>(PassiveInterfaceCode::DISABLE_LOCATION_MOCK)] = in InitPassiveMsgHandleMap()
54 PassiveMsgHandleMap_[static_cast<uint32_t>(PassiveInterfaceCode::SET_MOCKED_LOCATIONS)] = in InitPassiveMsgHandleMap()
130 auto handleFunc = PassiveMsgHandleMap_.find(code); in OnRemoteRequest()
131 if (handleFunc != PassiveMsgHandleMap_.end() && handleFunc->second != nullptr) { in OnRemoteRequest()
/ohos5.0/base/location/services/location_passive/passive/include/
H A Dpassive_ability_skeleton.h55 PassiveMsgHandleMap PassiveMsgHandleMap_; variable