Home
last modified time | relevance | path

Searched defs:code (Results 1726 - 1750 of 4343) sorted by relevance

1...<<61626364656667686970>>...174

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_notifier_stub.cpp48 int RdbNotifierStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dbase64_helper.cpp62 uint8_t code = (input.at(index++) & BASE64_MASK1) << BASE64_SHIFT; in Encode() local
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/dscreenservice/src/
H A Ddscreen_sink_stub.cpp38 int32_t DScreenSinkStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
/foundation/filemanagement/app_file_service/test/fuzztest/backupsaappend_fuzzer/
H A Dbackupsaappend_fuzzer.cpp106 uint32_t code = static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_GET_LOCAL_CAPABILITIES); in CmdGetLocalCapabilitiesFuzzTest() local
130 uint32_t code = static_cast<uint32_t>(IServiceInterfaceCode::SERVICE_CMD_APP_FILE_READY); in CmdAppFileReadyFuzzTest() local
/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/
H A Dmock_bundle_manager.cpp45 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_error.cpp32 napi_value code = nullptr; in GenerateBusinessError() local
100 int32_t code = 0; in GetNapiErr() local
120 int32_t code in GetNapiErrAddData() local
142 int32_t code = 0; ThrowErr() local
172 int32_t code = 0; ThrowErrAddData() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_control_center/inner_kits/src/
H A Dav_trans_control_center_callback_stub.cpp31 int32_t AVTransControlCenterCallbackStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() argument
/foundation/distributedhardware/distributed_screen/interfaces/innerkits/native_cpp/screen_source/src/callback/
H A Ddscreen_source_callback_stub.cpp33 int32_t DScreenSourceCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest() argument
/foundation/filemanagement/app_file_service/test/fuzztest/servicereverse_fuzzer/
H A Dservicereverse_fuzzer.cpp59 uint32_t code = ConvertToUint32(data); in BackupFuzzTest() local
80 uint32_t code = ConvertToUint32(data); in RestoreFuzzTest() local
102 uint32_t code = ConvertToUint32(data); in IncrementalBackupFuzzTest() local
124 uint32_t code = ConvertToUint32(data); IncrementalRestoreFuzzTest() local
[all...]
/foundation/filemanagement/dfs_service/test/fuzztest/filetranslistenerstub_fuzzer/
H A Dfiletranslistenerstub_fuzzer.cpp72 uint32_t code = GetU32Data(data.get()); in FileTransListenerStubFuzzTest() local
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Ddata_ability_observer_stub.cpp37 int DataAbilityObserverStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
[all...]
/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Ddaemon_stub_test.cpp184 int32_t code = 1000; in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/ipc/include/
H A Dpublisher_listener_proxy_test.h55 int SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendRequest() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/
H A Duni_error.cpp32 napi_value code = nullptr; in GenerateBusinessError() local
104 int32_t code; in GetNapiErr() local
132 int32_t code; in ThrowErr() local
154 ThrowErr(napi_env env, int code) ThrowErr() argument
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/distributedhardwarestub/src/
H A Ddistributed_hardware_stub_test.cpp51 uint32_t code = 0; in HWTEST_F() local
69 uint32_t code = 0; in HWTEST_F() local
81 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::REG_PUBLISHER_LISTNER); in HWTEST_F() local
97 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::PUBLISH_MESSAGE); in HWTEST_F() local
113 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::INIT_CTL_CEN); in HWTEST_F() local
129 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::RELEASE_CTL_CEN); HWTEST_F() local
145 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::CREATE_CTL_CEN_CHANNEL); HWTEST_F() local
163 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_AV_EVENT); HWTEST_F() local
185 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::QUERY_LOCAL_SYS_SPEC); HWTEST_F() local
201 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::NOTIFY_SOURCE_DEVICE_REMOTE_DMSDP_STARTED); HWTEST_F() local
217 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::PAUSE_DISTRIBUTED_HARDWARE); HWTEST_F() local
231 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::RESUME_DISTRIBUTED_HARDWARE); HWTEST_F() local
245 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::STOP_DISTRIBUTED_HARDWARE); HWTEST_F() local
259 uint32_t code = static_cast<uint32_t>(DHMsgInterfaceCode::UNREG_PUBLISHER_LISTENER); HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/
H A Ddistributed_input_sink_proxy.cpp174 bool DistributedInputSinkProxy::SendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply) in SendRequest() argument
/foundation/filemanagement/app_file_service/tests/unittests/backup_api/backup_impl/include/
H A Di_service_mock.h39 int32_t InvokeSendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in InvokeSendRequest() argument
46 int32_t InvokeGetLocalSendRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in InvokeGetLocalSendRequest() argument
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/include/
H A Dfile_permission.h62 PolicyErrorCode code = PolicyErrorCode::PERSISTENCE_FORBIDDEN; member
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub.cpp92 int DhcpClientStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
112 OnRegisterCallBack(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRegisterCallBack() argument
140 OnStartDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnStartDhcpClient() argument
151 OnSetConfiguration(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnSetConfiguration() argument
163 OnStopDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnStopDhcpClient() argument
[all...]
H A Ddhcp_client_stub_lite.cpp52 int DhcpClientStub::OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoteRequest() argument
90 OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) OnRegisterCallBack() argument
116 OnStartDhcpClient(uint32_t code, IpcIo *req, IpcIo *reply) OnStartDhcpClient() argument
141 OnSetConfiguration(uint32_t code, IpcIo *req, IpcIo *reply) OnSetConfiguration() argument
165 OnStopDhcpClient(uint32_t code, IpcIo *req, IpcIo *reply) OnStopDhcpClient() argument
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_option.cpp142 int RemoveOption(PDhcpOptionList pOptions, uint8_t code) in RemoveOption() argument
167 PDhcpOptionNode GetOptionNode(PDhcpOptionList pOptions, uint8_t code) in GetOptionNode() argument
179 PDhcpOption GetOption(PDhcpOptionList pOptions, uint8_t code) in GetOption() argument
/foundation/communication/dhcp/test/fuzztest/serverstub_fuzzer/
H A Dserverstub_fuzzer.cpp37 uint32_t code = U32_AT(data) % MAP_SCAN_NUMS + static_cast<uint32_t> in OnGetSupportedFeaturesTest() local
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Dmock_custom_func.cpp50 static int AddOptDoubleValueToOpts(uint8_t *pOpts, uint8_t code, uint32_t value1, uint32_t value2) in AddOptDoubleValueToOpts() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_discover.h55 uint8_t code; member
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_test.cpp207 int32_t code = static_cast<int32_t>(StorageDaemonInterfaceCode::GET_BUNDLE_STATS_INCREASE); in HWTEST_F() local
236 int32_t code = static_cast<int32_t>(StorageDaemonInterfaceCode::CREATE_SHARE_FILE); in HWTEST_F() local
264 int32_t code = static_cast<int32_t>(StorageDaemonInterfaceCode::DELETE_SHARE_FILE); in HWTEST_F() local

Completed in 12 milliseconds

1...<<61626364656667686970>>...174