/base/security/security_guard/frameworks/common/classify/src/ |
H A D | risk_analysis_manager_callback_service.cpp | 27 int32_t RiskAnalysisManagerCallbackService::ResponseSecurityModelResult(const std::string &devId, in ResponseSecurityModelResult() argument
|
H A D | risk_analysis_manager_proxy.cpp | 27 int32_t RiskAnalysisManagerProxy::RequestSecurityModelResult(const std::string &devId, uint32_t modelId,
in RequestSecurityModelResult() argument
|
H A D | risk_analysis_manager_callback_stub.cpp | 39 std::string devId = {};
in OnRemoteRequest() local
|
H A D | sg_classify_client.cpp | 38 static int32_t RequestSecurityModelResult(const std::string &devId, uint32_t modelId,
in RequestSecurityModelResult() argument 65 int32_t RequestSecurityModelResultSync(const std::string &devId, uint32_t modelId,
in RequestSecurityModelResultSync() argument 100 int32_t RequestSecurityModelResultAsync(const std::string &devId, uint32_t modelId,
in RequestSecurityModelResultAsync() argument 145 CovertDevId(const DeviceIdentify *devId) CovertDevId() argument 152 RequestSecurityModelResultSync(const DeviceIdentify *devId, uint32_t modelId, ::SecurityModelResult *result) RequestSecurityModelResultSync() argument 163 RequestSecurityModelResultAsync(const DeviceIdentify *devId, uint32_t modelId, ::SecurityGuardRiskCallback callback) RequestSecurityModelResultAsync() argument [all...] |
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_backlight.cpp | 45 uint32_t devId = 0; in TurnOnScreen() local 56 uint32_t devId = 0; in TurnOffScreen() local
|
/base/security/device_security_level/baselib/msglib/src/utils/ |
H A D | messenger_utils.c | 24 QueueMsgData *CreateQueueMsgData(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen, in CreateQueueMsgData() argument
|
/base/security/security_guard/frameworks/common/data_collect_manager/src/ |
H A D | data_collect_manager_callback_service.cpp | 26 int32_t DataCollectManagerCallbackService::ResponseRiskData(std::string &devId, std::string &riskData, uint32_t status, in ResponseRiskData() argument
|
H A D | data_collect_manager_callback_stub.cpp | 37 std::string devId = {}; in OnRemoteRequest() local
|
H A D | data_collect_manager_proxy.cpp | 59 int32_t DataCollectManagerProxy::RequestRiskData(std::string &devId, std::string &eventList, in RequestRiskData() argument
|
/base/security/device_security_level/services/sa/common/ |
H A D | dslm_rpc_process.c | 37 int32_t OnPeerMsgReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t len) in OnPeerMsgReceived() argument 75 int32_t OnSendResultNotifier(const DeviceIdentify *devId, uint64_t transNo, uint32_t result) in OnSendResultNotifier() argument
|
/base/security/security_guard/frameworks/common/obtaindata/src/ |
H A D | sg_obtaindata_client.cpp | 31 static int32_t RequestSecurityEventInfo(std::string &devId, std::string &eventList,
in RequestSecurityEventInfo() argument 60 static int32_t RequestSecurityEventInfoAsyncImpl(const DeviceIdentify *devId, const char *eventJson,
in RequestSecurityEventInfoAsyncImpl() argument 100 RequestSecurityEventInfoAsync(const DeviceIdentify *devId, const char *eventJson, RequestSecurityEventInfoCallBack callback) RequestSecurityEventInfoAsync() argument [all...] |
/base/security/security_guard/frameworks/common/obtaindata/test/unittest/src/ |
H A D | obtaindata_kit_test.cpp | 63 void ObtainDataKitTest::RequestSecurityEventInfoCallBackFunc(const DeviceIdentify *devId, const char *eventBuffList,
in RequestSecurityEventInfoCallBackFunc() argument
|
/base/security/security_guard/services/risk_classify/src/ |
H A D | risk_analysis_manager_stub.cpp | 58 std::string devId = {};
in HandleGetSecurityModelResult() local
|
H A D | risk_analysis_manager_callback_proxy.cpp | 25 int32_t RiskAnalysisManagerCallbackProxy::ResponseSecurityModelResult(const std::string &devId, uint32_t modelId,
in ResponseSecurityModelResult() argument
|
/base/security/security_guard/services/data_collect/sa/ |
H A D | data_collect_manager_callback_proxy.cpp | 27 int32_t DataCollectManagerCallbackProxy::ResponseRiskData(std::string &devId, std::string &riskData,
in ResponseRiskData() argument
|
/base/security/security_guard/test/fuzztest/obtaindata/requestsecurityeventinfoasync_fuzzer/ |
H A D | request_security_event_info_async_fuzzer.cpp | 30 static void RequestSecurityEventInfoCallBackFunc(const DeviceIdentify *devId, const char *eventBuffList, in RequestSecurityEventInfoCallBackFunc() argument
|
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/ |
H A D | distributed_dev_switch_test.cpp | 40 std::string devId = "UnitTestDeviceId"; in HWTEST_F() local
|
/base/telephony/call_manager/services/distributed_call/include/dcall/ |
H A D | dcall_device_info.h | 38 char devId[kMaxDCallDevIdLen] = { 0 }; member
|
/base/security/device_security_level/baselib/msglib/src/common/ |
H A D | messenger.c | 34 void SendMsgTo(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, in SendMsgTo() argument 40 bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) in GetDeviceOnlineStatus() argument 45 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentify() argument 55 bool GetDeviceStatisticInfo(const Messenger *messenger, const DeviceIdentify *devId, StatisticInformation *info) in GetDeviceStatisticInfo() argument
|
/base/security/security_guard/interfaces/inner_api/common/include/ |
H A D | security_guard_api.h | 42 DeviceIdentify devId; member
|
/base/security/dataclassification/test/fuzztest/datatransmitmgr/devslinfoadpt_fuzzer/ |
H A D | devslinfoadpt_fuzzer.cpp | 114 DeviceIdentify devId; in FuzzDoDevSlinfoAdpt() local
|
/base/security/device_security_level/baselib/msglib/src/standard/ |
H A D | messenger_impl.c | 93 void SendMsgToImpl(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, in SendMsgToImpl() argument 103 bool GetDeviceOnlineStatusImpl(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) in GetDeviceOnlineStatusImpl() argument 113 bool GetSelfDeviceIdentifyImpl(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentifyImpl() argument 133 bool GetDeviceStatisticInfoImpl(const Messenger *messenger, const DeviceIdentify *devId, StatisticInformation *info) in GetDeviceStatisticInfoImpl() argument
|
/base/security/device_security_level/baselib/msglib/src/lite/ |
H A D | messenger_impl.c | 96 void SendMsgToImpl(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, in SendMsgToImpl() argument 106 bool GetDeviceOnlineStatusImpl(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) in GetDeviceOnlineStatusImpl() argument 116 bool GetSelfDeviceIdentifyImpl(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentifyImpl() argument 136 bool GetDeviceStatisticInfoImpl(const Messenger *messenger, const DeviceIdentify *devId, StatisticInformation *info) in GetDeviceStatisticInfoImpl() argument
|
/base/security/device_security_level/services/msg/ |
H A D | dslm_messenger_wrapper.c | 80 void SendMsgToDevice(uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen) in SendMsgToDevice() argument 92 bool GetPeerDeviceOnlineStatus(const DeviceIdentify *devId, int32_t *level) in GetPeerDeviceOnlineStatus() argument
|
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/ |
H A D | distributed_device_switch_controller.cpp | 26 void DistributedDeviceSwitchController::OnDeviceOnline(const std::string &devId, const std::string &devName, in OnDeviceOnline() argument 36 void DistributedDeviceSwitchController::OnDeviceOffline(const std::string &devId, const std::string &devName, in OnDeviceOffline() argument 47 void DistributedDeviceSwitchController::OnDistributedAudioDeviceChange(const std::string &devId, in OnDistributedAudioDeviceChange() argument 91 bool DistributedDeviceSwitchController::SwitchDevice(const std::string &devId, int32_t direction) in SwitchDevice() argument 108 std::string DistributedDeviceSwitchController::GetDevAddress(const std::string &devId, const std::string &devName) in GetDevAddress() argument [all...] |