Searched refs:serialStr_ (Results 1 - 4 of 4) sorted by relevance
/base/msdp/device_status/intention/dfx/src/ |
H A D | cooperate_hisysevent.cpp | 33 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 D | drag_hisysevent.cpp | 49 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 D | cooperate_hisysevent.h | 75 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 D | drag_hisysevent.h | 62 static std::map<DragType, std::pair<std::string, std::string>> serialStr_; member in OHOS::Msdp::DeviceStatus::DragDFX
|
Completed in 2 milliseconds