| /base/security/security_guard/interfaces/inner_api/classify/src/ |
| D | sg_classify_client.cpp | 38 static int32_t RequestSecurityModelResult(const std::string &devId, uint32_t modelId, in RequestSecurityModelResult() 65 int32_t RequestSecurityModelResultSync(const std::string &devId, uint32_t modelId, in RequestSecurityModelResultSync() 75 const std::string &result) mutable -> int32_t { in RequestSecurityModelResultSync() 100 int32_t RequestSecurityModelResultAsync(const std::string &devId, uint32_t modelId, in RequestSecurityModelResultAsync() 108 uint32_t modelId, const std::string &result) -> int32_t { in RequestSecurityModelResultAsync() 145 static std::string CovertDevId(const DeviceIdentify *devId) in CovertDevId() 152 int32_t RequestSecurityModelResultSync(const DeviceIdentify *devId, uint32_t modelId, ::SecurityMod… in RequestSecurityModelResultSync() 163 int32_t RequestSecurityModelResultAsync(const DeviceIdentify *devId, uint32_t modelId, in RequestSecurityModelResultAsync()
|
| D | risk_analysis_manager_callback_service.cpp | 27 int32_t RiskAnalysisManagerCallbackService::ResponseSecurityModelResult(const std::string &devId, in ResponseSecurityModelResult()
|
| D | risk_analysis_manager_callback_stub.cpp | 39 std::string devId = data.ReadString(); in OnRemoteRequest() local
|
| /base/security/device_security_level/test/dslm_unit_test/ |
| D | dslm_msg_interface_mock.cpp | 66 … auto loopback = [this, self](const Messenger *messenger, DeviceIdentify *devId, int32_t *level) { in MakeSelfDeviceId() 74 void DslmMsgInterfaceMock::MakeDeviceOnline(const DeviceIdentify *devId) const in MakeDeviceOnline() argument 84 void DslmMsgInterfaceMock::MakeMsgReceivedFrom(const DeviceIdentify *devId, const uint8_t *msg, uin… in MakeMsgReceivedFrom() argument 108 uint64_t SendMsgToImpl(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, c… in SendMsgToImpl() 114 bool GetDeviceOnlineStatusImpl(const Messenger *messenger, const DeviceIdentify *devId, int32_t *le… in GetDeviceOnlineStatusImpl() 119 bool GetSelfDeviceIdentifyImpl(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentifyImpl() 129 bool GetDeviceStatisticInfoImpl(const Messenger *messenger, const DeviceIdentify *devId, StatisticI… in GetDeviceStatisticInfoImpl()
|
| /base/security/device_security_level/baselib/msglib/src/common/ |
| D | messenger.c | 34 void SendMsgTo(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const uin… in SendMsgTo() 40 bool GetDeviceOnlineStatus(const Messenger *messenger, const DeviceIdentify *devId, int32_t *level) in GetDeviceOnlineStatus() 45 bool GetSelfDeviceIdentify(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentify() 55 bool GetDeviceStatisticInfo(const Messenger *messenger, const DeviceIdentify *devId, StatisticInfor… in GetDeviceStatisticInfo()
|
| /base/telephony/call_manager/services/distributed_call/src/ |
| D | distributed_call_manager.cpp | 108 bool DistributedCallManager::CreateDAudioDevice(const std::string& devId, AudioDevice& device) in CreateDAudioDevice() 150 std::string devId = ""; in GetDevIdFromAudioDevice() local 178 int32_t DistributedCallManager::AddDCallDevice(const std::string& devId) in AddDCallDevice() 207 int32_t DistributedCallManager::RemoveDCallDevice(const std::string& devId) in RemoveDCallDevice() 213 std::string devId = GetDevIdFromAudioDevice(iter->second); in RemoveDCallDevice() local 264 std::string devId = ""; in GetConnectedDCallDeviceId() local 305 std::string devId = GetDevIdFromAudioDevice(device); in SwitchOnDCallDeviceSync() local 353 std::string devId = GetConnectedDCallDeviceId(); in SwitchOffDCallDeviceSync() local 378 int32_t DistributedCallManager::OnDCallDeviceOnline(const std::string &devId) in OnDCallDeviceOnline() 384 int32_t DistributedCallManager::OnDCallDeviceOffline(const std::string &devId) in OnDCallDeviceOffline() [all …]
|
| D | distributed_call_proxy.cpp | 109 int32_t DistributedCallProxy::SwitchDevice(const std::string& devId, int32_t flag) in SwitchDevice() 150 int32_t DistributedCallProxy::GetDCallDeviceInfo(const std::string &devId, in GetDCallDeviceInfo()
|
| /base/security/security_guard/interfaces/inner_api/obtaindata/src/ |
| D | sg_obtaindata_client.cpp | 31 static int32_t RequestSecurityEventInfo(std::string &devId, std::string &eventList, in RequestSecurityEventInfo() 60 static int32_t RequestSecurityEventInfoAsyncImpl(const DeviceIdentify *devId, const char *eventJson, in RequestSecurityEventInfoAsyncImpl() 77 const std::string &errMsg)-> int32_t { in RequestSecurityEventInfoAsyncImpl() 101 int32_t RequestSecurityEventInfoAsync(const DeviceIdentify *devId, const char *eventJson, in RequestSecurityEventInfoAsync()
|
| /base/powermgr/battery_manager/charger/src/ |
| 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/lite/ |
| D | messenger_device_status_manager.c | 83 static void ProcessDeviceStatusReceiver(const DeviceIdentify *devId, uint32_t status, int32_t level) in ProcessDeviceStatusReceiver() 165 static int32_t InitDeviceOnlineProcessor(const DeviceIdentify *devId, int32_t level, void *para) in InitDeviceOnlineProcessor() 219 static bool MessengerConvertNodeToIdentity(const NodeBasicInfo *node, DeviceIdentify *devId) in MessengerConvertNodeToIdentity() 240 bool MessengerGetDeviceNodeBasicInfo(const DeviceIdentify *devId, NodeBasicInfo *info) in MessengerGetDeviceNodeBasicInfo() 278 bool MessengerGetDeviceOnlineStatus(const DeviceIdentify *devId, int32_t *level) in MessengerGetDeviceOnlineStatus() 291 bool MessengerGetNetworkIdByDeviceIdentify(const DeviceIdentify *devId, char *networkId, uint32_t l… in MessengerGetNetworkIdByDeviceIdentify() 310 bool MessengerGetSelfDeviceIdentify(DeviceIdentify *devId, int32_t *level) in MessengerGetSelfDeviceIdentify() 355 DeviceIdentify devId = {DEVICE_ID_MAX_LEN, {0}}; in MessengerForEachDeviceProcess() local 367 bool MessengerGetDeviceIdentifyByNetworkId(const char *networkId, DeviceIdentify *devId) in MessengerGetDeviceIdentifyByNetworkId()
|
| D | messenger_impl.c | 96 void SendMsgToImpl(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const… in SendMsgToImpl() 106 bool GetDeviceOnlineStatusImpl(const Messenger *messenger, const DeviceIdentify *devId, int32_t *le… in GetDeviceOnlineStatusImpl() 116 bool GetSelfDeviceIdentifyImpl(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentifyImpl() 136 bool GetDeviceStatisticInfoImpl(const Messenger *messenger, const DeviceIdentify *devId, StatisticI… in GetDeviceStatisticInfoImpl()
|
| /base/security/device_security_level/baselib/msglib/src/standard/ |
| D | messenger_impl.c | 93 void SendMsgToImpl(const Messenger *messenger, uint64_t transNo, const DeviceIdentify *devId, const… in SendMsgToImpl() 103 bool GetDeviceOnlineStatusImpl(const Messenger *messenger, const DeviceIdentify *devId, int32_t *le… in GetDeviceOnlineStatusImpl() 113 bool GetSelfDeviceIdentifyImpl(const Messenger *messenger, DeviceIdentify *devId, int32_t *level) in GetSelfDeviceIdentifyImpl() 133 bool GetDeviceStatisticInfoImpl(const Messenger *messenger, const DeviceIdentify *devId, StatisticI… in GetDeviceStatisticInfoImpl()
|
| D | messenger_device_status_manager.cpp | 137 …static void ProcessDeviceStatusReceiver(const DeviceIdentify *devId, uint32_t status, int32_t leve… in ProcessDeviceStatusReceiver() 192 static bool MessengerConvertNodeToIdentity(const std::string &networkId, DeviceIdentify &devId) in MessengerConvertNodeToIdentity() 217 static bool MessengerGetDeviceNodeBasicInfo(const DeviceIdentify &devId, DmDeviceInfo &info) in MessengerGetDeviceNodeBasicInfo() 306 auto process = [](const DeviceIdentify *devId, int32_t level, void *para) -> int32_t { in InitDeviceStatusManager() 326 bool MessengerGetDeviceOnlineStatus(const DeviceIdentify *devId, int32_t *level) in MessengerGetDeviceOnlineStatus() 340 bool MessengerGetSelfDeviceIdentify(DeviceIdentify *devId, int32_t *level) in MessengerGetSelfDeviceIdentify() 395 bool MessengerGetNetworkIdByDeviceIdentify(const DeviceIdentify *devId, char *networkId, uint32_t l… in MessengerGetNetworkIdByDeviceIdentify() 414 bool MessengerGetDeviceIdentifyByNetworkId(const char *networkId, DeviceIdentify *devId) in MessengerGetDeviceIdentifyByNetworkId()
|
| D | messenger_device_socket_manager.c | 110 static void OnSocketMessageReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLe… in OnSocketMessageReceived() 288 static void ProcessBindDevice(int socket, const DeviceIdentify *devId, bool isServer) in ProcessBindDevice() 339 static void ClientOnBind(int socket, const DeviceIdentify *devId) in ClientOnBind() 516 static bool GetSocketBySocketList(const DeviceIdentify *devId, bool isServer, int32_t *socket) in GetSocketBySocketList() 541 static bool GetSocketByClientSocketList(const DeviceIdentify *devId, int32_t *socket) in GetSocketByClientSocketList() 546 static void PushMsgDataToPendingList(uint32_t transNo, const DeviceIdentify *devId, const uint8_t *… in PushMsgDataToPendingList() 584 static bool BindSync(int32_t socket, const DeviceIdentify *devId) in BindSync() 635 static int32_t PrepareBindSocket(const char *socketName, DeviceIdentify *devId, int32_t *socketId, … in PrepareBindSocket() 693 DeviceIdentify *devId = (DeviceIdentify *)arg; in BindSyncWithPthread() local 714 static void BindAsyncAction(const DeviceIdentify *devId) in BindAsyncAction() [all …]
|
| /base/security/device_security_level/services/sa/common/ |
| D | dslm_rpc_process.c | 37 int32_t OnPeerMsgReceived(const DeviceIdentify *devId, const uint8_t *msg, uint32_t len) in OnPeerMsgReceived() 75 int32_t OnSendResultNotifier(const DeviceIdentify *devId, uint64_t transNo, uint32_t result) in OnSendResultNotifier()
|
| /base/security/device_security_level/services/msg/ |
| D | dslm_messenger_wrapper.c | 81 void SendMsgToDevice(uint64_t transNo, const DeviceIdentify *devId, const uint8_t *msg, uint32_t ms… in SendMsgToDevice() 93 bool GetPeerDeviceOnlineStatus(const DeviceIdentify *devId, int32_t *level) in GetPeerDeviceOnlineStatus()
|
| /base/security/security_guard/test/fuzztest/ipc/datacollectmanager_fuzzer/ |
| D | data_collect_manager_fuzzer.cpp | 138 RequestRiskDataCallback func = [] (std::string &devId, std::string &riskData, uint32_t status, in OnRemoteSubscribeRequest() 151 RequestRiskDataCallback func = [] (std::string &devId, std::string &riskData, uint32_t status, in OnRemoteUnsubscribeRequest() 175 RequestRiskDataCallback func = [] (std::string &devId, std::string &riskData, uint32_t status, in OnRemoteSecurityEventQuery() 199 RequestRiskDataCallback func = [] (std::string &devId, std::string &riskData, uint32_t status, in OnRemoteStart() 223 RequestRiskDataCallback func = [] (std::string &devId, std::string &riskData, uint32_t status, in OnRemoteStop() 224 const std::string &errMsg) -> int32_t { in OnRemoteStop()
|
| /base/security/device_security_level/baselib/msglib/src/utils/ |
| D | messenger_utils.c | 24 QueueMsgData *CreateQueueMsgData(const DeviceIdentify *devId, const uint8_t *msg, uint32_t msgLen, in CreateQueueMsgData()
|
| /base/security/security_guard/interfaces/inner_api/data_collect_manager/src/ |
| D | data_collect_manager_callback_service.cpp | 26 int32_t DataCollectManagerCallbackService::ResponseRiskData(std::string &devId, std::string &riskDa… in ResponseRiskData()
|
| D | data_collect_manager_callback_stub.cpp | 37 std::string devId = data.ReadString(); in OnRemoteRequest() local
|
| /base/security/security_guard/interfaces/inner_api/classify/include/ |
| D | sg_classify_client.h | 25 std::string devId; member
|
| /base/security/security_guard/services/risk_classify/src/ |
| D | risk_analysis_manager_callback_proxy.cpp | 24 int32_t RiskAnalysisManagerCallbackProxy::ResponseSecurityModelResult(const std::string &devId, uin… in ResponseSecurityModelResult()
|
| /base/security/security_guard/services/data_collect/sa/ |
| D | data_collect_manager_callback_proxy.cpp | 26 int32_t DataCollectManagerCallbackProxy::ResponseRiskData(std::string &devId, std::string &riskData, in ResponseRiskData()
|
| /base/security/security_guard/test/fuzztest/obtaindata/requestsecurityeventinfoasync_fuzzer/ |
| D | request_security_event_info_async_fuzzer.cpp | 30 static void RequestSecurityEventInfoCallBackFunc(const DeviceIdentify *devId, const char *eventBuff… in RequestSecurityEventInfoCallBackFunc()
|
| /base/telephony/call_manager/services/distributed_call/include/dcall/ |
| D | dcall_device_info.h | 38 char devId[kMaxDCallDevIdLen] = { 0 }; member
|