Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/lite/
H A Ddm_hisysevent.cpp20 void SysEventWrite(const std::string &status, int32_t eventType, const std::string &msg) in SysEventWrite() function
/ohos5.0/foundation/distributedhardware/device_manager/common/include/dfx/lite/
H A Ddm_hisysevent.h27 void SysEventWrite(const std::string &status, int32_t eventType, const std::string &msg);
/ohos5.0/foundation/distributedhardware/device_manager/common/include/dfx/standard/
H A Ddm_hisysevent.h23 void SysEventWrite(const std::string &status, int32_t eventType, const std::string &msg);
/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/standard/
H A Ddm_hisysevent.cpp25 void SysEventWrite(const std::string &status, int32_t eventType, const std::string &msg) in SysEventWrite() function
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp142 SysEventWrite(std::string(DM_INIT_DEVICE_MANAGER_FAILED), DM_HISYEVENT_FAULT, in InitDeviceManager()
150 SysEventWrite(std::string(DM_INIT_DEVICE_MANAGER_SUCCESS), DM_HISYEVENT_BEHAVIOR, in InitDeviceManager()
322 SysEventWrite(std::string(GET_LOCAL_DEVICE_INFO_FAILED), DM_HISYEVENT_BEHAVIOR, in GetLocalDeviceInfo()
330 SysEventWrite(std::string(GET_LOCAL_DEVICE_INFO_SUCCESS), DM_HISYEVENT_BEHAVIOR, in GetLocalDeviceInfo()
435 SysEventWrite(std::string(START_DEVICE_DISCOVERY_SUCCESS), DM_HISYEVENT_BEHAVIOR, in StartDeviceDiscovery()
481 SysEventWrite(std::string(START_DEVICE_DISCOVERY_SUCCESS), DM_HISYEVENT_BEHAVIOR, in StartDeviceDiscovery()
634 SysEventWrite(std::string(DM_SEND_REQUEST_FAILED), DM_HISYEVENT_BEHAVIOR, in AuthenticateDevice()
638 SysEventWrite(std::string(DM_SEND_REQUEST_SUCCESS), DM_HISYEVENT_BEHAVIOR, in AuthenticateDevice()
671 SysEventWrite(std::string(UNAUTHENTICATE_DEVICE_FAILED), DM_HISYEVENT_BEHAVIOR, in UnAuthenticateDevice()
675 SysEventWrite(std::string(UNAUTHENTICATE_DEVICE_SUCCESS), DM_HISYEVENT_BEHAVIOR, in UnAuthenticateDevice()
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Dutils_directory.h76 void SysEventWrite(std::string &uid);
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/
H A Dhichain_connector.cpp388 SysEventWrite(std::string(ADD_HICHAIN_GROUP_SUCCESS), DM_HISYEVENT_BEHAVIOR, in onFinish()
400 SysEventWrite(std::string(DM_CREATE_GROUP_SUCCESS), DM_HISYEVENT_BEHAVIOR, in onFinish()
441 SysEventWrite(std::string(ADD_HICHAIN_GROUP_FAILED), DM_HISYEVENT_BEHAVIOR, in onError()
453 SysEventWrite(std::string(DM_CREATE_GROUP_FAILED), DM_HISYEVENT_BEHAVIOR, in onError()
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp63 void SysEventWrite(string &uid) in SysEventWrite() function