Home
last modified time | relevance | path

Searched defs:code (Results 26 – 50 of 2041) sorted by relevance

12345678910>>...82

/foundation/ability/dmsfwk/services/dtbabilitymgr/test/unittest/continuation_manager/
Dapp_connection_stub_test.cpp61 int32_t code = 0; variable
81 int32_t code = 0; variable
101 int32_t code = 0; variable
124 int32_t code = 0; variable
147 int32_t code = 0; variable
170 int32_t code = 0; variable
194 int32_t code = 0; variable
218 int32_t code = 0; variable
/foundation/ability/form_fwk/test/unittest/fms_form_provider_stub_test/
Dfms_form_provider_stub_test.cpp63 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) override in OnRemoteRequest()
124 uint32_t code = 1; variable
141 uint32_t code = 2; variable
158 uint32_t code = 3; variable
175 uint32_t code = 4; variable
193 …constexpr uint32_t code = static_cast<uint32_t>(IFormProvider::Message::FORM_ACQUIRE_PROVIDER_FORM… variable
211 …constexpr uint32_t code = static_cast<uint32_t>(IFormProvider::Message::FORM_ACQUIRE_PROVIDER_FORM… variable
233 …constexpr uint32_t code = static_cast<uint32_t>(IFormProvider::Message::FORM_ACQUIRE_PROVIDER_FORM… variable
258 …constexpr uint32_t code = static_cast<uint32_t>(IFormProvider::Message::FORM_ACQUIRE_PROVIDER_FORM… variable
282 …constexpr uint32_t code = static_cast<uint32_t>(IFormProvider::Message::FORM_ACQUIRE_PROVIDER_FORM… variable
[all …]
/foundation/communication/dhcp/services/dhcp_client/src/
Ddhcp_options.cpp27 static bool CheckOptSoverloaded(const struct DhcpPacket *packet, int code, int maxLen, int *over, i… in CheckOptSoverloaded()
46 static int CheckOptionsData(const struct DhcpPacket *packet, int code, int index, int maxLen) in CheckOptionsData()
73 static uint8_t GetDhcpOptionCodeType(const uint8_t code) in GetDhcpOptionCodeType()
118 uint8_t GetDhcpOptionDataLen(const uint8_t code) in GetDhcpOptionDataLen()
153 const uint8_t *GetDhcpOption(const struct DhcpPacket *packet, int code, size_t *length) in GetDhcpOption()
206 bool GetDhcpOptionUint8(const struct DhcpPacket *packet, int code, uint8_t *data) in GetDhcpOptionUint8()
226 bool GetDhcpOptionUint32(const struct DhcpPacket *packet, int code, uint32_t *data) in GetDhcpOptionUint32()
250 bool GetDhcpOptionUint32n(const struct DhcpPacket *packet, int code, uint32_t *data1, uint32_t *dat… in GetDhcpOptionUint32n()
284 char *GetDhcpOptionString(const struct DhcpPacket *packet, int code) in GetDhcpOptionString()
349 int AddOptValueToOpts(uint8_t *pOpts, uint8_t code, uint32_t value) in AddOptValueToOpts()
Ddhcp_client_stub.cpp75 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
79 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
83 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
87 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
92 int DhcpClientStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Messa… in OnRemoteRequest()
112 int DhcpClientStub::OnRegisterCallBack(uint32_t code, MessageParcel &data, MessageParcel &reply, Me… in OnRegisterCallBack()
140 int DhcpClientStub::OnStartDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnStartDhcpClient()
151 int DhcpClientStub::OnSetConfiguration(uint32_t code, MessageParcel &data, MessageParcel &reply, Me… in OnSetConfiguration()
163 int DhcpClientStub::OnStopDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in OnStopDhcpClient()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_stream_installer_host_test/
Dbms_stream_installer_host_test.cpp100 uint32_t code = static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::STREAM_INSTALL); variable
118 uint32_t code = static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::STREAM_INSTALL); variable
141 uint32_t code = static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::STREAM_INSTALL); variable
164 uint32_t code = static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_STREAM); variable
187 uint32_t code = 1024; variable
205 uint32_t code = static_cast<uint32_t>(BundleStreamInstallerInterfaceCode::CREATE_STREAM); variable
222 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::CREATE_USER); variable
239 uint32_t code = 1024; variable
257 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::CREATE_USER); variable
277 uint32_t code = static_cast<uint32_t>(BundleUserMgrInterfaceCode::REMOVE_USER); variable
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
Dsmp_cmd.c29 uint8_t code = SMP_CODE_PAIRING_REQ; in SMP_SendPairingRequest() local
60 uint8_t code = SMP_CODE_PAIRING_RSP; in SMP_SendPairingResponse() local
91 uint8_t code = SMP_CODE_PAIRING_CFM; in SMP_SendPairingConfirm() local
115 uint8_t code = SMP_CODE_PAIRING_RAND; in SMP_SendPairingRandom() local
139 uint8_t code = SMP_CODE_PAIRING_FAIL; in SMP_SendPairingFailed() local
163 uint8_t code = SMP_CODE_PAIRING_PUBLIC_KEY; in SMP_SendPairingPublicKey() local
187 uint8_t code = SMP_CODE_PAIRING_DHKEY_CHECK; in SMP_SendPairingDHKeyCheck() local
211 uint8_t code = SMP_CODE_ENCRYPTION_INFO; in SMP_SendEncryptionInformation() local
235 uint8_t code = SMP_CODE_MASTER_IDENTITY; in SMP_SendMasterIdentification() local
264 uint8_t code = SMP_CODE_IDENTITY_INFO; in SMP_SendIdentityInformation() local
[all …]
/foundation/arkui/napi/interfaces/inner_api/cjffi/cj_ffi/
Dcj_common_ffi.h35 int32_t code; member
40 int32_t code; member
45 int32_t code; member
50 int32_t code; member
55 uint32_t code; member
60 uint32_t code; member
65 int32_t code; member
80 int32_t code; member
90 int32_t code; member
100 int32_t code; member
[all …]
/foundation/communication/dhcp/services/dhcp_server/src/
Ddhcp_server_stub_lite.cpp34 int DhcpServerStub::CheckInterfaceToken(uint32_t code, IpcIo *req) in CheckInterfaceToken()
48 int DhcpServerStub::OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoteRequest()
85 int DhcpServerStub::OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) in OnRegisterCallBack()
110 int DhcpServerStub::OnStartDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply) in OnStartDhcpServer()
128 int DhcpServerStub::OnStopDhcpServer(uint32_t code, IpcIo *req, IpcIo *reply) in OnStopDhcpServer()
140 int DhcpServerStub::OnSetDhcpName(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetDhcpName()
151 int DhcpServerStub::OnSetDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetDhcpRange()
170 int DhcpServerStub::OnRemoveAllDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoveAllDhcpRange()
181 int DhcpServerStub::OnRemoveDhcpRange(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoveDhcpRange()
200 int DhcpServerStub::OnGetDhcpClientInfos(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetDhcpClientInfos()
[all …]
/foundation/multimedia/av_session/services/session/server/test/
Davsession_service_stub_test.cpp155 uint32_t code = 1; variable
175 uint32_t code = 2; variable
195 uint32_t code = 3; variable
215 uint32_t code = 4; variable
235 uint32_t code = 5; variable
255 uint32_t code = 6; variable
275 uint32_t code = 7; variable
295 uint32_t code = 8; variable
315 uint32_t code = 9; variable
335 uint32_t code = 10; variable
[all …]
Davsession_service_stub_permission_test.cpp158 uint32_t code = 0; variable
176 uint32_t code = 0; variable
199 uint32_t code = 0; variable
222 uint32_t code = 0; variable
242 uint32_t code = 0; variable
266 uint32_t code = 1; variable
286 uint32_t code = 2; variable
306 uint32_t code = 3; variable
326 uint32_t code = 4; variable
346 uint32_t code = 5; variable
[all …]
/foundation/communication/wifi/wifi/test/wifi_standard/native/
Dwifi_hotspot_callback_stub_test.cpp116 uint32_t code = 0; variable
133 uint32_t code = 0; variable
148 uint32_t code = 0; variable
167 uint32_t code = 1; variable
186 uint32_t code = static_cast<uint32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_CHANGE); variable
210 uint32_t code = static_cast<uint32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_JOIN); variable
234 uint32_t code = static_cast<uint32_t>(HotspotInterfaceCode::WIFI_CBK_CMD_HOTSPOT_STATE_LEAVE); variable
Dwifi_device_callback_stub_test.cpp104 uint32_t code = 0; variable
118 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_STATE_CHANGE); variable
138 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_CONNECTION_CHANGE); variable
157 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_RSSI_CHANGE); variable
176 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_WPS_STATE_CHANGE); variable
195 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_STREAM_DIRECTION); variable
214 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_DEVICE_CONFIG_CHANGE); variable
233 uint32_t code = 0; variable
/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_p2p_callback_stub.cpp65 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
179 void WifiP2pCallbackStub::OnP2pActionResult(P2pActionCallback action, ErrCode code) in OnP2pActionResult()
211 void WifiP2pCallbackStub::RemoteOnP2pStateChanged(uint32_t code, MessageParcel &data, MessageParcel… in RemoteOnP2pStateChanged()
218 void WifiP2pCallbackStub::RemoteOnP2pPersistentGroupsChanged(uint32_t code, MessageParcel &data, Me… in RemoteOnP2pPersistentGroupsChanged()
244 void WifiP2pCallbackStub::RemoteOnP2pThisDeviceChanged(uint32_t code, MessageParcel &data, MessageP… in RemoteOnP2pThisDeviceChanged()
252 void WifiP2pCallbackStub::RemoteOnP2pPeersChanged(uint32_t code, MessageParcel &data, MessageParcel… in RemoteOnP2pPeersChanged()
270 void WifiP2pCallbackStub::RemoteOnP2pPrivatePeersChanged(uint32_t code, MessageParcel &data, Messag… in RemoteOnP2pPrivatePeersChanged()
278 void WifiP2pCallbackStub::RemoteOnP2pServicesChanged(uint32_t code, MessageParcel &data, MessagePar… in RemoteOnP2pServicesChanged()
314 void WifiP2pCallbackStub::RemoteOnP2pConnectionChanged(uint32_t code, MessageParcel &data, MessageP… in RemoteOnP2pConnectionChanged()
326 void WifiP2pCallbackStub::RemoteOnP2pDiscoveryChanged(uint32_t code, MessageParcel &data, MessagePa… in RemoteOnP2pDiscoveryChanged()
[all …]
Dwifi_device_callback_stub_lite.cpp32 int WifiDeviceCallBackStub::OnRemoteInterfaceToken(uint32_t code, IpcIo *data) in OnRemoteInterfaceToken()
46 int WifiDeviceCallBackStub::OnRemoteRequest(uint32_t code, IpcIo *data) in OnRemoteRequest()
165 int WifiDeviceCallBackStub::RemoteOnWifiStateChanged(uint32_t code, IpcIo *data) in RemoteOnWifiStateChanged()
174 int WifiDeviceCallBackStub::RemoteOnWifiConnectionChanged(uint32_t code, IpcIo *data) in RemoteOnWifiConnectionChanged()
223 int WifiDeviceCallBackStub::RemoteOnWifiRssiChanged(uint32_t code, IpcIo *data) in RemoteOnWifiRssiChanged()
232 int WifiDeviceCallBackStub::RemoteOnWifiWpsStateChanged(uint32_t code, IpcIo *data) in RemoteOnWifiWpsStateChanged()
243 int WifiDeviceCallBackStub::RemoteOnStreamChanged(uint32_t code, IpcIo *data) in RemoteOnStreamChanged()
252 int WifiDeviceCallBackStub::RemoteOnDeviceConfigChanged(uint32_t code, IpcIo *data) in RemoteOnDeviceConfigChanged()
/foundation/multimedia/media_library/frameworks/services/media_analysis_extension/src/
Dmedia_analysis_helper.cpp25 void MediaAnalysisHelper::StartMediaAnalysisServiceSync(int32_t code, const std::vector<std::string… in StartMediaAnalysisServiceSync()
31 void MediaAnalysisHelper::StartMediaAnalysisServiceAsync(int32_t code, const std::vector<std::strin… in StartMediaAnalysisServiceAsync()
43 void MediaAnalysisHelper::AsyncStartMediaAnalysisService(int32_t code, const std::vector<std::strin… in AsyncStartMediaAnalysisService()
49 void MediaAnalysisHelper::StartMediaAnalysisServiceInternal(int32_t code, MessageOption option, in StartMediaAnalysisServiceInternal()
76 int32_t code = IMediaAnalysisService::ActivateServiceType::PORTRAIT_COVER_SELECTION; in AnalysePortraitCover() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
Dwifi_hotspot_stub.cpp99 int WifiHotspotStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in OnRemoteRequest()
122 void WifiHotspotStub::OnIsHotspotActive(uint32_t code, MessageParcel &data, MessageParcel &reply, M… in OnIsHotspotActive()
135 void WifiHotspotStub::OnIsHotspotDualBandSupported(uint32_t code, MessageParcel &data, in OnIsHotspotDualBandSupported()
149 void WifiHotspotStub::OnGetApStateWifi(uint32_t code, MessageParcel &data, MessageParcel &reply, Me… in OnGetApStateWifi()
163 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnGetHotspotConfig()
219 void WifiHotspotStub::OnSetApConfigWifi(uint32_t code, MessageParcel &data, MessageParcel &reply, M… in OnSetApConfigWifi()
255 void WifiHotspotStub::OnGetStationList(uint32_t code, MessageParcel &data, MessageParcel &reply, Me… in OnGetStationList()
277 void WifiHotspotStub::OnDisassociateSta(uint32_t code, MessageParcel &data, MessageParcel &reply, M… in OnDisassociateSta()
301 void WifiHotspotStub::OnGetValidBands(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnGetValidBands()
320 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnGetValidChannels()
[all …]
/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_stub_test/
Dfms_js_form_state_observer_stub_test.cpp99 uint32_t code = 1; variable
117 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_ADD_FO… variable
137 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_ADD_FO… variable
158 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_ADD_FO… variable
180 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_REMOVE… variable
201 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_REMOVE… variable
224 uint32_t code = variable
249 uint32_t code = variable
275 uint32_t code = variable
299 uint32_t code = variable
[all …]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
Ddrawing_record_cmd_test.cpp50 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsDestroy(recordCmdUtils); variable
69 …OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height,… variable
103 …OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height,… variable
134 …OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height,… variable
175 … OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsFinishRecording(recordCmdUtils, &recordCmd); variable
/foundation/communication/connected_nfc_tag/services/src/
Dnfc_tag_session_stub.cpp36 int NfcTagSessionStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest()
59 void NfcTagSessionStub::OnInit(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnInit()
66 void NfcTagSessionStub::OnUninit(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnUninit()
73 void NfcTagSessionStub::OnReadNdefTag(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnReadNdefTag()
81 void NfcTagSessionStub::OnWriteNdefTag(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnWriteNdefTag()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_analysis_extension_test/src/
Dmedia_analysis_callback_stub_test.cpp55 uint32_t code = variable
69 uint32_t code = 100; variable
82 uint32_t code = variable
96 uint32_t code = variable
/foundation/multimedia/player_framework/frameworks/native/common/
Dmedia_errors.cpp355 std::string MSErrorToString(MediaServiceErrCode code) in MSErrorToString()
368 std::string MSExtErrorToString(MediaServiceExtErrCode code) in MSExtErrorToString()
381 std::string MSExtErrorAPI9ToString(MediaServiceExtErrCodeAPI9 code, in MSExtErrorAPI9ToString()
391 std::string MSExtAVErrorToString(MediaServiceExtErrCodeAPI9 code) in MSExtAVErrorToString()
400 std::string MSErrorToExtErrorString(MediaServiceErrCode code) in MSErrorToExtErrorString()
412 std::string MSErrorToExtErrorAPI9String(MediaServiceErrCode code, const std::string& param1, const … in MSErrorToExtErrorAPI9String()
424 MediaServiceExtErrCode MSErrorToExtError(MediaServiceErrCode code) in MSErrorToExtError()
433 MediaServiceExtErrCodeAPI9 MSErrorToExtErrorAPI9(MediaServiceErrCode code) in MSErrorToExtErrorAPI9()
442 bool IsAPI14IOError(MediaServiceErrCode code) in IsAPI14IOError()
/foundation/ability/form_fwk/test/unittest/fms_provider_connect_stub_test/
Dfms_provider_connect_stub_test.cpp58 uint32_t code = 1; variable
79 uint32_t code = 1; variable
100 uint32_t code = 2; variable
121 uint32_t code = 3; variable
143 uint32_t code = IAbilityConnection::ON_ABILITY_CONNECT_DONE; variable
165 uint32_t code = IAbilityConnection::ON_ABILITY_DISCONNECT_DONE; variable
187 uint32_t code = 3; variable
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
Dwifi_scan_stub_lite.cpp36 int WifiScanStub::CheckInterfaceToken(uint32_t code, IpcIo *req) in CheckInterfaceToken()
50 int WifiScanStub::OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoteRequest()
103 int WifiScanStub::OnSetScanControlInfo(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetScanControlInfo()
153 int WifiScanStub::OnScan(uint32_t code, IpcIo *req, IpcIo *reply) in OnScan()
163 int WifiScanStub::OnScanByParams(uint32_t code, IpcIo *req, IpcIo *reply) in OnScanByParams()
192 int WifiScanStub::OnIsWifiClosedScan(uint32_t code, IpcIo *req, IpcIo *reply) in OnIsWifiClosedScan()
205 int WifiScanStub::OnGetScanInfoList(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetScanInfoList()
243 int WifiScanStub::OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) in OnRegisterCallBack()
275 int WifiScanStub::OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetSupportedFeatures()
/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
Dprofile_change_listener_stub_test.cpp124 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD); variable
231 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD); variable
242 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_DELETE); variable
253 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_UPDATE); variable
264 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD); variable
275 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_DELETE); variable
286 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_UPDATE); variable
297 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD); variable
308 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_DELETE); variable
319 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_UPDATE); variable
[all …]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
Ddistributed_device_profile_stub_new_test.cpp264 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD); variable
280 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE); variable
566 uint32_t code = 1000; variable
582 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::PUT_ACL_PROFILE); variable
598 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::UPDATE_ACL_PROFILE); variable
614 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_TRUST_DEVICE_PROFILE); variable
630 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_ALL_TRUST_DEVICE_PROFILE); variable
646 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_ACL_PROFILE); variable
662 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::GET_ALL_ACL_PROFILE); variable
678 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::DELETE_ACL_PROFILE); variable
[all …]

12345678910>>...82