Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_publisher.h46 int64_t GetTimeStampByUid(int32_t uid);
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher.cpp290 int64_t DataPublisher::GetTimeStampByUid(int32_t uid) in GetTimeStampByUid() function in OHOS::HiviewDFX::DataPublisher
H A Dsys_event_service_ohos.cpp535 auto lastTimeStamp = dataPublisher_->GetTimeStampByUid(uid); in Export()