Home
last modified time | relevance | path

Searched refs:WriteGnssStateEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/frameworks/location_common/common/
H A Dliblbsservice_common_version_script.txt21 "*Location*WriteGnssStateEvent*";
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dcommon_hisysevent.h23 void WriteGnssStateEvent(const std::string& state, const pid_t pid, const pid_t uid);
/ohos5.0/base/location/frameworks/location_common/common/source/
H A Dcommon_hisysevent.cpp39 void WriteGnssStateEvent(const std::string& state, const pid_t pid, const pid_t uid) in WriteGnssStateEvent() function
/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability.cpp370 WriteGnssStateEvent(state, workRecord.GetPid(0), workRecord.GetUid(0)); in RequestRecord()