Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp110 std::string GetUidString() in GetUidString() function
184 std::unordered_map<std::string, std::string> mapPayload { { UID, GetUidString() }, in ReportSceneInternal()
188 GetUidString().c_str(), sceneId); in ReportSceneInternal()
239 …std::unordered_map<std::string, std::string> mapPayload { { UID, GetUidString() }, { PID, std::to_… in ReportStatusData()
247 static_cast<int32_t>(status), GetUidString().c_str(), pid, windowId, nwebId, serialNum); in ReportStatusData()
273 …std::unordered_map<std::string, std::string> mapPayload { { UID, GetUidString() }, { PID, std::to_… in ReportKeyThread()
284 static_cast<int32_t>(status), GetUidString().c_str(), pid, tid, static_cast<int32_t>(role)); in ReportKeyThread()