Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_audio/common/dfx_utils/include/
H A Ddaudio_hisysevent.h46 void SysEventWriteBehavior(const std::string &eventName, const std::string &msg);
47 void SysEventWriteBehavior(const std::string &eventName, int32_t saId, const std::string &msg);
48 …void SysEventWriteBehavior(const std::string &eventName, const std::string &devId, const std::stri…
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/include/
H A Dhisysevent_util.h44 void SysEventWriteBehavior(std::string status, std::string msg);
45 void SysEventWriteBehavior(std::string status, std::string devId, std::string msg);
46 …void SysEventWriteBehavior(std::string status, std::string devId, std::string dhId, std::string ms…
/ohos5.0/foundation/distributedhardware/distributed_audio/common/dfx_utils/src/
H A Ddaudio_hisysevent.cpp25 void DAudioHisysevent::SysEventWriteBehavior(const std::string &eventName, const std::string &msg) in SysEventWriteBehavior() function in OHOS::DistributedHardware::DAudioHisysevent
34 void DAudioHisysevent::SysEventWriteBehavior(const std::string &eventName, int32_t saId, const std:… in SysEventWriteBehavior() function in OHOS::DistributedHardware::DAudioHisysevent
44 void DAudioHisysevent::SysEventWriteBehavior(const std::string &eventName, const std::string &devId, in SysEventWriteBehavior() function in OHOS::DistributedHardware::DAudioHisysevent
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/src/
H A Dhisysevent_util.cpp27 void HisyseventUtil::SysEventWriteBehavior(std::string status, std::string msg) in SysEventWriteBehavior() function in OHOS::DistributedHardware::DistributedInput::HisyseventUtil
39 void HisyseventUtil::SysEventWriteBehavior(std::string status, std::string devId, std::string msg) in SysEventWriteBehavior() function in OHOS::DistributedHardware::DistributedInput::HisyseventUtil
52 void HisyseventUtil::SysEventWriteBehavior(std::string status, std::string devId, std::string dhId,… in SysEventWriteBehavior() function in OHOS::DistributedHardware::DistributedInput::HisyseventUtil
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/test/dfxtest/
H A Ddistributed_input_dfx_test.cpp97 HisyseventUtil::GetInstance().SysEventWriteBehavior(status, msg);
98 HisyseventUtil::GetInstance().SysEventWriteBehavior(status, devId, msg);
99 HisyseventUtil::GetInstance().SysEventWriteBehavior(status, devId, dhId, msg);
/ohos5.0/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddistributed_input_source_manager.cpp205 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_EXIT, "dinput source sa exit success."); in Release()
266 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_REGISTER, devId, dhId, "dinput register… in RegisterDistributedHardware()
479 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_PREPARE, deviceId, "Dinput prepare call… in PrepareRemoteInput()
517 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_UNPREPARE, deviceId, "Dinput unprepare … in UnprepareRemoteInput()
589 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_STOP_USE, deviceId, "Dinput stop use ca… in StopRemoteInput()
633 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_START_USE, sinkId, "Dinput start use ca… in StartRemoteInput()
678 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_STOP_USE, sinkId, "Dinput stop use call… in StopRemoteInput()
851 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_START_USE, sinkId, "dinput start use ca… in StartRemoteInput()
893 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_STOP_USE, sinkId, "dinput stop use call… in StopRemoteInput()
933 …HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_START_USE, sinkId, "Dinput start use ca… in StartRemoteInput()
[all …]
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesource/src/
H A Ddaudio_source_service.cpp83 …DAudioHisysevent::GetInstance().SysEventWriteBehavior(DAUDIO_EXIT, "daudio source sa exit success.… in ReleaseSource()
/ohos5.0/foundation/distributedhardware/distributed_input/sinkhandler/src/
H A Ddistributed_input_sink_handler.cpp53 HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_INIT, in InitSink()
/ohos5.0/foundation/distributedhardware/distributed_input/sourcehandler/src/
H A Ddistributed_input_source_handler.cpp52 HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_INIT, in InitSource()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/
H A Ddaudio_sink_handler.cpp151 …DAudioHisysevent::GetInstance().SysEventWriteBehavior(DAUDIO_INIT, "daudio sink sa load success."); in FinishStartSA()
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp127 … DAudioHisysevent::GetInstance().SysEventWriteBehavior(DAUDIO_OPEN, devId_, std::to_string(dhId_), in CreateStream()
153 … DAudioHisysevent::GetInstance().SysEventWriteBehavior(DAUDIO_CLOSE, devId_, std::to_string(dhId_), in DestroyStream()
H A Ddmic_dev.cpp143 … DAudioHisysevent::GetInstance().SysEventWriteBehavior(DAUDIO_OPEN, devId_, std::to_string(dhId_), in CreateStream()
169 … DAudioHisysevent::GetInstance().SysEventWriteBehavior(DAUDIO_CLOSE, devId_, std::to_string(dhId_), in DestroyStream()
/ohos5.0/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_source/src/
H A Ddaudio_source_handler.cpp204 …DAudioHisysevent::GetInstance().SysEventWriteBehavior(DAUDIO_INIT, "daudio source sa load success.… in FinishStartSA()
/ohos5.0/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/src/
H A Ddistributed_input_sink_manager.cpp714 … HisyseventUtil::GetInstance().SysEventWriteBehavior(DINPUT_EXIT, "dinput sink sa exit success."); in Release()