/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | common_hisysevent.h | 26 void WriteLocationInnerEvent(const int event, std::vector<std::string> names, std::vector<std::stri… 27 void WriteLocationInnerEvent(const int event, std::initializer_list<std::string> params);
|
/ohos5.0/base/location/frameworks/location_common/common/source/ |
H A D | sa_load_with_statistic.cpp | 38 WriteLocationInnerEvent(SA_LOAD, {"saId", std::to_string(systemAbilityId), "type", "load", in InitLocationSa() 48 WriteLocationInnerEvent(SA_LOAD, {"saId", std::to_string(systemAbilityId), "type", "unload", in UnInitLocationSa()
|
H A D | common_hisysevent.cpp | 54 void WriteLocationInnerEvent(const int event, std::initializer_list<std::string> params) in WriteLocationInnerEvent() function 70 void WriteLocationInnerEvent(const int event, std::vector<std::string> names, std::vector<std::stri… in WriteLocationInnerEvent() function
|
/ohos5.0/base/location/frameworks/location_common/common/ |
H A D | liblbsservice_common_version_script.txt | 16 "*WriteLocationInnerEvent*";
|
/ohos5.0/base/location/services/location_network/network/source/ |
H A D | network_callback_host.cpp | 80 … WriteLocationInnerEvent(NETWORK_CALLBACK_LOCATION, {"speed", std::to_string(location->GetSpeed()), in OnLocationReport()
|
H A D | network_ability.cpp | 165 WriteLocationInnerEvent(NLP_SERVICE_TIMEOUT, {}); in ConnectNlpService() 576 WriteLocationInnerEvent(LOCATION_REQUEST_DENY, {"errorCode", std::to_string(errCode), in ReportLocationError()
|
/ohos5.0/base/location/services/location_gnss/gnss/source/ |
H A D | gnss_event_callback.cpp | 89 WriteLocationInnerEvent(RECEIVE_GNSS_LOCATION, { in ReportLocation() 173 WriteLocationInnerEvent(RECEIVE_SATELLITESTATUSINFO, names, satelliteStatusInfos); in ReportSatelliteStatusInfo()
|
H A D | gnss_ability.cpp | 162 WriteLocationInnerEvent(HDI_EVENT, {"ret", std::to_string(ret), "type", "DisConnectHdi", in OnStop() 351 WriteLocationInnerEvent(HDI_EVENT, {"ret", std::to_string(ret), "type", "ConnectHdi", in RequestRecord() 994 WriteLocationInnerEvent(HDI_EVENT, {"errCode", std::to_string(ret), in EnableGnss() 1015 WriteLocationInnerEvent(HDI_EVENT, {"errCode", std::to_string(ret), in DisableGnss() 1058 WriteLocationInnerEvent(START_GNSS, {}); in StartGnss() 1060 …WriteLocationInnerEvent(HDI_EVENT, {"errCode", std::to_string(ret), "hdiName", "StartGnss", "hdiTy… in StartGnss() 1084 WriteLocationInnerEvent(STOP_GNSS, {}); in StopGnss() 1086 …WriteLocationInnerEvent(HDI_EVENT, {"errCode", std::to_string(ret), "hdiName", "StopGnss", "hdiTyp… in StopGnss()
|
/ohos5.0/base/location/services/location_locator/locator/source/ |
H A D | request_manager.cpp | 329 WriteLocationInnerEvent(LBS_REQUEST_TOO_MUCH, names, values); in HandleChrEvent() 434 WriteLocationInnerEvent(REMOVE_REQUEST, {"PackageName", request->GetPackageName(), in HandleRequest() 663 WriteLocationInnerEvent(ADD_REQUEST, { in UpdateRunningUids() 677 WriteLocationInnerEvent(REMOVE_REQUEST, {"PackageName", request->GetPackageName(), in UpdateRunningUids()
|
H A D | report_manager.cpp | 486 WriteLocationInnerEvent(RECEIVE_NETWORK_LOCATION, { in WriteNetWorkReportEvent()
|
H A D | locator_ability.cpp | 1321 WriteLocationInnerEvent(GEOCODE_REQUEST, { in GetAddressByCoordinate() 1347 WriteLocationInnerEvent(GEOCODE_REQUEST, { in GetAddressByLocationName()
|
H A D | locator_skeleton.cpp | 1516 WriteLocationInnerEvent(LOCATION_REQUEST_DENY, {"errorCode", std::to_string(errCode), in WriteLocationDenyReportEvent()
|