Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/performance/timer/
H A DSceneTimerOhImpl.cpp143 void SceneTimerOhImpl::TriggerCallbak(int recordKey) in TriggerCallbak() argument
145 int user = ExtractUserFromRecordKey(recordKey); in TriggerCallbak()
146 int id = ExtractIdFromRecordKey(recordKey); in TriggerCallbak()
156 …EW_LOGE("SceneTimerImpl::back id=%{public}d;user=%{public}d;key=%{public}d;", id, user, recordKey); in TriggerCallbak()
H A DSceneTimerOhImpl.h51 void TriggerCallbak(int recordKey);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp130 std::string recordKey = unifiedKey + "/" + record->GetUid(); in Put() local
131 std::vector<uint8_t> keyBytes = {recordKey.begin(), recordKey.end() }; in Put()