Searched refs:SysEventWrite (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/common/src/dfx/lite/ |
H A D | dm_hisysevent.cpp | 20 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 D | dm_hisysevent.h | 27 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 D | dm_hisysevent.h | 23 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 D | dm_hisysevent.cpp | 25 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 D | device_manager_impl.cpp | 142 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 D | utils_directory.h | 76 void SysEventWrite(std::string &uid);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/hichain/ |
H A D | hichain_connector.cpp | 388 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 D | utils_directory.cpp | 63 void SysEventWrite(string &uid) in SysEventWrite() function
|