Home
last modified time | relevance | path

Searched refs:serialStr_ (Results 1 - 4 of 4) sorted by relevance

/base/msdp/device_status/intention/dfx/src/
H A Dcooperate_hisysevent.cpp33 std::map<CooperateType, std::pair<std::string, std::string>> CooperateDFX::serialStr_ = { member in OHOS::Msdp::DeviceStatus::CooperateDFX
60 if (serialStr_.find(cooperateType) == serialStr_.end()) { in WriteInputFunc()
61 FI_HILOGE("serialStr_ can't find the cooperate hisysevent type"); in WriteInputFunc()
64 auto &[label, dec] = serialStr_[cooperateType]; in WriteInputFunc()
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_hisysevent.cpp49 std::map<DragType, std::pair<std::string, std::string>> DragDFX::serialStr_ = { member in OHOS::Msdp::DeviceStatus::DragDFX
66 if (serialStr_.find(dragType) == serialStr_.end()) { in WriteModel()
67 FI_HILOGE("serialStr_ can't find the drag hisysevent type"); in WriteModel()
70 auto &[label, dec] = serialStr_[dragType]; in WriteModel()
/base/msdp/device_status/intention/dfx/include/
H A Dcooperate_hisysevent.h75 static std::map<CooperateType, std::pair<std::string, std::string>> serialStr_; member in OHOS::Msdp::DeviceStatus::CooperateDFX
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_hisysevent.h62 static std::map<DragType, std::pair<std::string, std::string>> serialStr_; member in OHOS::Msdp::DeviceStatus::DragDFX

Completed in 2 milliseconds