Home
last modified time | relevance | path

Searched refs:EVENT_REPORT_MOCK_LOCATION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp40 const uint32_t EVENT_REPORT_MOCK_LOCATION = 0x0100; variable
413 networkHandler_->SendHighPriorityEvent(EVENT_REPORT_MOCK_LOCATION, in ProcessReportLocationMock()
427 networkHandler_->SendHighPriorityEvent(EVENT_REPORT_MOCK_LOCATION, 0, 0); in SendReportMockLocationEvent()
594 case EVENT_REPORT_MOCK_LOCATION: { in ProcessEvent()
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h93 EVENT_REPORT_MOCK_LOCATION = 0x0100, enumerator
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp1459 static_cast<uint32_t>(GnssAbilityInterfaceCode::EVENT_REPORT_MOCK_LOCATION), in ProcessReportLocationMock()
1472 GnssAbilityInterfaceCode::EVENT_REPORT_MOCK_LOCATION), 0, 0); in SendReportMockLocationEvent()
1620 …gnssEventProcessMap_[static_cast<uint32_t>(GnssAbilityInterfaceCode::EVENT_REPORT_MOCK_LOCATION)] = in InitGnssEventProcessMap()