Home
last modified time | relevance | path

Searched defs:code (Results 2201 - 2225 of 5048) sorted by relevance

1...<<81828384858687888990>>...202

/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H A Dbackupservicestub_fuzzer.cpp69 uint32_t code = TypeCast<uint32_t>(data, &pos); in OnRemoteRequestFuzzTest() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service_stub.cpp93 int32_t CloudSyncServiceStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() argument
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_stub.cpp64 int32_t DaemonStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dutils.h95 int code; member
H A Dlist_file.cpp315 int code = 0; in ListFile() local
/foundation/distributedhardware/distributed_input/interfaces/inner_kits/test/unittest/
H A Ddistributed_input_inner_test.cpp107 OnSimulationEvent( uint32_t type, uint32_t code, int32_t value) OnSimulationEvent() argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/clientunittest/
H A Ddistributed_input_client_test.cpp145 OnSimulationEvent( uint32_t type, uint32_t code, int32_t value) OnSimulationEvent() argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/addwhitelistinfoscallbackunittest/
H A Dadd_white_list_infos_call_back_test.cpp310 uint32_t code = 1; in HWTEST_F() local
123 OnSimulationEvent(uint32_t type, uint32_t code, int32_t value) OnSimulationEvent() argument
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_report_entity.cpp157 auto code = ParseReportInfo(fileState, splits, keys); in DealLine() local
187 auto code = ParseReportInfo(fileState, splits, keys); in StorageDealLine() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/
H A Ddistributed_hardware_stub.cpp37 int32_t DistributedHardwareStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
[all...]
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/test/sourcemanagerunittest/
H A Ddistributed_input_sourcemanager_test.cpp186 int32_t DistributedInputSourceManagerTest::TestSimulationEventCb::OnSimulationEvent(uint32_t type, uint32_t code, in OnSimulationEvent() argument
/foundation/filemanagement/app_file_service/frameworks/native/backup_kit_inner/src/
H A Dservice_reverse_stub.cpp27 int32_t ServiceReverseStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_source_stub.cpp552 int32_t DistributedInputSourceStub::HandleRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in HandleRemoteRequest() argument
578 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
[all...]
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp532 void DInputSourceListener::RecordEventLog(int64_t when, int32_t type, int32_t code, in RecordEventLog() argument
302 OnResponseKeyState(const std::string deviceId, const std::string &dhid, const uint32_t type, const uint32_t code, const uint32_t value) OnResponseKeyState() argument
/foundation/distributedhardware/distributed_input/interfaces/ipc/test/dinputsourcecallbackunittest/
H A Ddinput_source_callback_unittest.cpp360 int32_t DInputSourceCallBackTest::TestDInputSimulationEventCallBack::OnSimulationEvent(uint32_t type, uint32_t code, in OnSimulationEvent() argument
373 IDInputSourceInterfaceCode code = IDInputSourceInterfaceCode::INIT; in HWTEST_F() local
/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_stub_mock.cpp86 int32_t ServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_server.cpp235 uint8_t code = req->GetFieldCode(); in OnTransportDataAvailable() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c89 uint8_t code = 0x00; in SMP_RecvDataTask() local
141 static void SMP_RecvDataCmdDistribution(uint16_t handle, uint8_t code, const Buffer *buffer) in SMP_RecvDataCmdDistribution() argument
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy_lite.cpp49 static int IpcCallback(void *owner, int code, IpcIo *reply) in IpcCallback() argument
75 static int AsyncCallback(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in AsyncCallback() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_options.cpp27 static bool CheckOptSoverloaded(const struct DhcpPacket *packet, int code, int maxLen, int *over, int *index) in CheckOptSoverloaded() argument
46 static int CheckOptionsData(const struct DhcpPacket *packet, int code, int index, int maxLen) in CheckOptionsData() argument
73 GetDhcpOptionCodeType(const uint8_t code) GetDhcpOptionCodeType() argument
118 GetDhcpOptionDataLen(const uint8_t code) GetDhcpOptionDataLen() argument
153 GetDhcpOption(const struct DhcpPacket *packet, int code, size_t *length) GetDhcpOption() argument
206 GetDhcpOptionUint8(const struct DhcpPacket *packet, int code, uint8_t *data) GetDhcpOptionUint8() argument
226 GetDhcpOptionUint32(const struct DhcpPacket *packet, int code, uint32_t *data) GetDhcpOptionUint32() argument
250 GetDhcpOptionUint32n(const struct DhcpPacket *packet, int code, uint32_t *data1, uint32_t *data2) GetDhcpOptionUint32n() argument
284 GetDhcpOptionString(const struct DhcpPacket *packet, int code) GetDhcpOptionString() argument
349 AddOptValueToOpts(uint8_t *pOpts, uint8_t code, uint32_t value) AddOptValueToOpts() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_dhcpd.cpp270 int ServerActionCallback(int state, int code, const char *ifname) in ServerActionCallback() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_adapter.h36 uint8_t code; member
/foundation/filemanagement/storage_service/test/fuzztest/storagedaemon_fuzzer/
H A Dstoragedaemon_fuzzer.cpp81 uint32_t code = GetU32Data(data.get()); in StorageDaemonFuzzTest() local
/foundation/filemanagement/user_file_service/test/fuzztest/fileaccessextstub_fuzzer/
H A Dfileaccessextstub_fuzzer.cpp48 uint32_t code = TypeCast<uint32_t>(data); in OnRemoteRequestFuzzTest() local
/foundation/filemanagement/storage_service/test/fuzztest/storagemanager_fuzzer/
H A Dstoragemanager_fuzzer.cpp81 uint32_t code = GetU32Data(data.get()); in StorageManagerFuzzTest() local

Completed in 26 milliseconds

1...<<81828384858687888990>>...202