| /foundation/communication/dsoftbus/sdk/frame/standard/src/ |
| H A D | softbus_client_stub.cpp | 63 int32_t SoftBusClientStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() argument
|
| /foundation/communication/ipc/ipc/native/src/napi_common/source/ |
| H A D | napi_message_sequence_read.cpp | 190 int32_t code = napiSequence->nativeParcel_->ReadInt32(); in JS_readException() local
|
| /foundation/communication/ipc/ipc/native/test/unittest/common/ |
| H A D | ipc_capi_parcel_unittest.cpp | 107 static int OnRemoteRequestStub(uint32_t code, const OHIPCParcel *data, OHIPCParcel *reply, in OnRemoteRequestStub() argument
|
| /foundation/communication/netmanager_base/frameworks/cj/connection/src/ |
| H A D | net_connection_ffi.cpp | 158 auto code = NetConnClient::GetInstance().GetNetCapabilities(netHandle, capabilities); in CJ_GetNetCapabilities() local 257 auto code = NetConnClient::GetInstance().GetConnectionProperties(netHandle, linkInfo); in CJ_GetConnectionProperties() local 331 auto code = NetConnClient::GetInstance().GetAllNets(netList); CJ_GetAllNets() local [all...] |
| /foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
| H A D | dbinder_test_service_skeleton.cpp | 450 int DBinderTestServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
| /foundation/communication/netmanager_base/services/netconnmanager/src/ |
| H A D | net_http_probe.cpp | 349 CURLMcode code = curl_multi_add_handle(curlMulti_, curl); in SetHttpOptions() local
|
| /foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/ |
| H A D | softbus_proxychannel_manager_test.cpp | 2077 int32_t code = SOFTBUS_OK; in HWTEST_F() local
|
| /foundation/communication/ipc/ipc/native/src/core/source/ |
| H A D | ipc_object_proxy.cpp | 137 int IPCObjectProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendRequest() argument 174 int IPCObjectProxy::SendLocalRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendLocalRequest() argument 179 int IPCObjectProxy::SendRequestInner(bool isLocal, uint32_t code, MessageParcel &data, MessageParcel &reply, in SendRequestInner() argument [all...] |
| H A D | ipc_object_stub.cpp | 119 int IPCObjectStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument 146 int IPCObjectStub::OnRemoteDump(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteDump() argument 162 int IPCObjectStub::DBinderPingTransaction(uint32_t code, in DBinderPingTransaction() argument 171 int IPCObjectStub::DBinderSearchDescriptor(uint32_t code, in DBinderSearchDescriptor() argument 182 int IPCObjectStub::DBinderSearchRefCount(uint32_t code, in DBinderSearchRefCount() argument 196 int IPCObjectStub::DBinderDumpTransaction(uint32_t code, in DBinderDumpTransaction() argument 208 DBinderInvokeListenThread(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderInvokeListenThread() argument 220 DBinderIncRefsTransaction(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderIncRefsTransaction() argument 247 DBinderDecRefsTransaction(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderDecRefsTransaction() argument 276 DBinderAddCommAuth(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderAddCommAuth() argument 288 DBinderGetSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderGetSessionName() argument 307 DBinderGetGrantedSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderGetGrantedSessionName() argument 317 DBinderGetSessionNameForPidUid(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderGetSessionNameForPidUid() argument 327 DBinderGetPidUid(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderGetPidUid() argument 336 DBinderRemoveSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) DBinderRemoveSessionName() argument 347 SendRequestInner(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendRequestInner() argument 380 SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendRequest() argument 491 ProcessProto(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) ProcessProto() argument 509 InvokerThread(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) InvokerThread() argument 600 AddAuthInfo(MessageParcel &data, MessageParcel &reply, uint32_t code) AddAuthInfo() argument 660 GetGrantedSessionName(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) GetGrantedSessionName() argument 679 GetSessionNameForPidUid(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) GetSessionNameForPidUid() argument [all...] |
| /foundation/communication/ipc/ipc/native/c/rpc/src/ |
| H A D | dbinder_invoker.c | 699 static int32_t RpcInvokerSendRequest(SvcIdentity target, uint32_t code, IpcIo *data, IpcIo *reply, in RpcInvokerSendRequest() argument 180 WriteTransaction(int32_t cmd, MessageOption option, int32_t handle, int32_t sessionId, uint32_t code, IpcIo *data, uint64_t *seqNumber, int status) WriteTransaction() argument
|
| /foundation/communication/netstack/frameworks/cj/http/src/ |
| H A D | net_http_request_context.cpp | 169 void RequestContext::SetErrorCode(int32_t code) in SetErrorCode() argument
|
| /foundation/communication/netstack/frameworks/native/http/http_client/ |
| H A D | http_client_task.cpp | 591 CURLcode code = curl_easy_getinfo(curlHandle_, CURLINFO_RESPONSE_CODE, &result); in ProcessResponseCode() local 692 CURLcode code = msg->data.result; in ProcessResponse() local [all...] |
| /foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
| H A D | wifi_c_p2p.cpp | 441 void WifiP2pCEventCallback::OnP2pActionResult(OHOS::Wifi::P2pActionCallback action, OHOS::Wifi::ErrCode code) in OnP2pActionResult() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/wifi_hal_interface/ |
| H A D | wifi_sta_hal_interface.cpp | 155 WifiErrorNo WifiStaHalInterface::SetWifiCountryCode(const std::string &ifaceName, const std::string &code) in SetWifiCountryCode() argument
|
| /foundation/communication/wifi/wifi/frameworks/cj/src/ |
| H A D | wifi_ffi.cpp | 407 ErrCode code = cjWifiDevicePtr->GetSignalLevel(rssi, band, level); in FfiWifiGetSignalLevel() local 434 ErrCode code = cjWifiDevicePtr->GetIpInfo(ipInfo); in FfiWifiGetIpInfo() local 453 ErrCode code = cjWifiDevicePtr->GetIpv6Info(ipInfo); in FfiWifiGetIpv6Info() local 468 char *FfiWifiGetCountryCode(int32_t &code) in FfiWifiGetCountryCode() argument 546 ErrCode code = cjWifiP2pPtr->QueryP2pLinkedInfo(linkedInfo); FfiWifiGetP2pLinkedInfo() local 561 ErrCode code = cjWifiP2pPtr->GetCurrentGroup(groupInfo); FfiWifiGetCurrentGroup() local 632 ErrCode code = cjWifiP2pPtr->QueryP2pLocalDevice(deviceInfo); FfiWifiGetP2pLocalDevice() local 655 ErrCode code = cjWifiDevicePtr->GetLinkedInfo(linkedInfo); FfiWifiGetLinkedInfo() local 728 ErrCode code = cjWifiDevicePtr->AddDeviceConfig(config, ret, true); FfiWifiAddCandidateConfig() local 736 FfiWifiGetCandidateConfigs(int32_t &code) FfiWifiGetCandidateConfigs() argument [all...] |
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/ |
| H A D | hal_device_manage_test.h | 67 virtual int32_t SetCountryCode(const std::string& code)
in SetCountryCode() argument
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
| H A D | wifi_device_stub_lite.cpp | 207 void WifiDeviceStub::OnEnableWifi(uint32_t code, IpcIo *req, IpcIo *reply) in OnEnableWifi() argument 215 void WifiDeviceStub::OnDisableWifi(uint32_t code, IpcIo *req, IpcIo *reply) in OnDisableWifi() argument 223 void WifiDeviceStub::OnInitWifiProtect(uint32_t code, IpcIo *req, IpcIo *reply) in OnInitWifiProtect() argument 236 void WifiDeviceStub::OnGetWifiProtectRef(uint32_t code, IpcI argument 249 OnPutWifiProtectRef(uint32_t code, IpcIo *req, IpcIo *reply) OnPutWifiProtectRef() argument 259 OnAddDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnAddDeviceConfig() argument 277 OnUpdateDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnUpdateDeviceConfig() argument 291 OnRemoveDevice(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoveDevice() argument 301 OnRemoveAllDevice(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoveAllDevice() argument 309 OnGetDeviceConfigs(uint32_t code, IpcIo *req, IpcIo *reply) OnGetDeviceConfigs() argument 328 OnEnableDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnEnableDeviceConfig() argument 340 OnDisableDeviceConfig(uint32_t code, IpcIo *req, IpcIo *reply) OnDisableDeviceConfig() argument 350 OnConnectTo(uint32_t code, IpcIo *req, IpcIo *reply) OnConnectTo() argument 362 OnConnect2To(uint32_t code, IpcIo *req, IpcIo *reply) OnConnect2To() argument 372 OnIsWifiConnected(uint32_t code, IpcIo *req, IpcIo *reply) OnIsWifiConnected() argument 384 OnReConnect(uint32_t code, IpcIo *req, IpcIo *reply) OnReConnect() argument 392 OnReAssociate(uint32_t code, IpcIo *req, IpcIo *reply) OnReAssociate() argument 400 OnDisconnect(uint32_t code, IpcIo *req, IpcIo *reply) OnDisconnect() argument 408 OnStartWps(uint32_t code, IpcIo *req, IpcIo *reply) OnStartWps() argument 424 OnCancelWps(uint32_t code, IpcIo *req, IpcIo *reply) OnCancelWps() argument 432 OnIsWifiActive(uint32_t code, IpcIo *req, IpcIo *reply) OnIsWifiActive() argument 444 OnGetWifiState(uint32_t code, IpcIo *req, IpcIo *reply) OnGetWifiState() argument 456 OnGetLinkedInfo(uint32_t code, IpcIo *req, IpcIo *reply) OnGetLinkedInfo() argument 491 OnGetIpInfo(uint32_t code, IpcIo *req, IpcIo *reply) OnGetIpInfo() argument 510 OnGetIpV6Info(uint32_t code, IpcIo *req, IpcIo *reply) OnGetIpV6Info() argument 531 OnSetCountryCode(uint32_t code, IpcIo *req, IpcIo *reply) OnSetCountryCode() argument 541 OnGetCountryCode(uint32_t code, IpcIo *req, IpcIo *reply) OnGetCountryCode() argument 554 OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) OnRegisterCallBack() argument 585 OnGetSignalLevel(uint32_t code, IpcIo *req, IpcIo *reply) OnGetSignalLevel() argument 601 OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply) OnGetSupportedFeatures() argument 614 OnGetDeviceMacAdd(uint32_t code, IpcIo *req, IpcIo *reply) OnGetDeviceMacAdd() argument 626 OnSetLowLatencyMode(uint32_t code, IpcIo *req, IpcIo *reply) OnSetLowLatencyMode() argument 637 OnIsBandTypeSupported(uint32_t code, IpcIo *req, IpcIo *reply) OnIsBandTypeSupported() argument 649 OnGet5GHzChannelList(uint32_t code, IpcIo *req, IpcIo *reply) OnGet5GHzChannelList() argument 733 OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) OnRemoteRequest() argument [all...] |
| /foundation/communication/wifi/wifi/test/wifi_client/ |
| H A D | wifi_client.cpp | 590 string code = ""; in HandleSetCountry() local [all...] |
| /foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifip2pstub_fuzzer/ |
| H A D | wifip2pstub_fuzzer.cpp | 59 bool OnRemoteRequest(uint32_t code, MessageParcel &data) in OnRemoteRequest() argument
|
| /foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/Mock/ |
| H A D | mock_wifi_sta_hal_interface.cpp | 104 WifiErrorNo WifiStaHalInterface::SetWifiCountryCode(const std::string &ifaceName, const std::string &code) in SetWifiCountryCode() argument
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
| H A D | device_matrix.cpp | 235 uint16_t code = Low(mask) & (~META_STORE_MASK); in ConvertDynamic() local 256 uint16_t code = Low(mask); in ConvertStatics() local 274 ConvertIndex(uint16_t code) ConvertIndex() argument 388 OnChanged(uint16_t code, LevelType type) OnChanged() argument 455 auto code = GetCode(metaData); OnChanged() local 461 OnExchanged(const std::string &device, uint16_t code, LevelType type, ChangeType changeType) OnExchanged() argument 533 auto code = GetCode(metaData); OnExchanged() local [all...] |
| /foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
| H A D | types.h | 622 int32_t code; member
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
| H A D | general_value.h | 57 int32_t code; member
|
| /foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
| H A D | dm_auth_manager.h | 157 int32_t code; member
|
| /foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
| H A D | relational_store.h | 1098 int code; global() member [all...] |