Home
last modified time | relevance | path

Searched defs:code (Results 876 - 900 of 5957) sorted by relevance

1...<<31323334353637383940>>...239

/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskresetallefficiencyresources_fuzzer/
H A Dbgtaskresetallefficiencyresources_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::RESET_ALL_EFFICIENCY_RESOURCES); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskrequestsuspenddelay_fuzzer/
H A Dbgtaskrequestsuspenddelay_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::REQUEST_SUSPEND_DELAY); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopbackgroundrunning_fuzzer/
H A Dbgtaskstopbackgroundrunning_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::STOP_BACKGROUND_RUNNING); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstopcontinuoustask_fuzzer/
H A Dbgtaskstopcontinuoustask_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::STOP_CONTINUOUS_TASK); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskunsubscribebackgroundtask_fuzzer/
H A Dbgtaskunsubscribebackgroundtask_fuzzer.cpp45 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::UNSUBSCRIBE_BACKGROUND_TASK); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dapp_group_callback_stub.cpp22 int32_t AppGroupCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel &reply, in OnRemoteRequest() argument
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_systemload_notifier_stub.cpp30 int32_t ResSchedSystemloadNotifierStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest() argument
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Ddevice_movement_observer.cpp24 int32_t DeviceMovementObserver::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest() argument
/foundation/systemabilitymgr/safwk/test/services/safwk/unittest/listen_ability/src/
H A Dlisten_ability_stub.cpp19 int32_t ListenAbilityStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ditest_transaction_service.cpp51 int32_t TestTransactionServiceStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, in OnRemoteRequest() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_status_change_proxy.cpp42 bool SystemAbilityStatusChangeProxy::SendRequestInner(uint32_t code, int32_t systemAbilityId, in SendRequestInner() argument
H A Dsystem_process_status_change_proxy.cpp43 bool SystemProcessStatusChangeProxy::SendRequestInner(uint32_t code, SystemProcessInfo systemProcessInfo) in SendRequestInner() argument
/foundation/window/window_manager/extension/extension_connection/src/zidl/
H A Dwindow_extension_client_stub.cpp25 int WindowExtensionClientStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest() argument
/foundation/window/window_manager/extension/window_extension/src/zidl/
H A Dwindow_extension_stub.cpp25 int WindowExtensionStub::OnRemoteRequest(uint32_t code, MessageParcel& data, in OnRemoteRequest() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnet_dns_health_callback_stub.cpp28 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/proxy/
H A Dnet_factoryreset_callback_stub.cpp35 int32_t NetFactoryResetCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
/foundation/communication/dsoftbus/tests/core/discovery/ipc/
H A Dremote_object_mock.cpp56 bool RemoteObjectMock::GetResult(uint32_t code, const DeviceInfo *deviceInfo, int32_t publishId, int32_t subscribeId, in GetResult() argument
/foundation/communication/dsoftbus/tests/sdk/frame/fuzztest/softbusclientstub2_fuzzer/
H A Dsoftbusclientstub2_fuzzer.cpp76 void DoRemoteRequest(SoftBusFuncId code, OHOS::MessageParcel &data) in DoRemoteRequest() argument
106 SoftBusFuncId code = CODE_LIST[data[0] % CODE_LIST.size()]; in LLVMFuzzerTestOneInput() local
/foundation/communication/netmanager_base/services/common/include/
H A Dbroadcast_manager.h28 int32_t code; member
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_common_event_test.cpp31 const auto &code = eventData.GetCode(); in OnReceiveEvent() local
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_payload_statistics.cpp50 GetDescriptorCodeCount( const int32_t pid, const std::u16string &desc, const int32_t code) GetDescriptorCodeCount() argument
56 GetDescriptorCodeCost( const int32_t pid, const std::u16string &desc, const int32_t code) GetDescriptorCodeCost() argument
/foundation/communication/netmanager_base/frameworks/native/netmanagernative/
H A Dnet_diag_callback_stub.cpp33 int32_t NetDiagCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
/foundation/communication/ipc/ipc/native/c/rpc/src/
H A Drpc_process_skeleton_virtual.c31 int32_t RpcOnRemoteRequestInner(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option, in RpcOnRemoteRequestInner() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetfirewall_callback_stub.cpp28 int32_t NetFirewallCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifidevicecbkstub_fuzzer/
H A Dwifidevicecbkstub_fuzzer.cpp37 uint32_t code = U32_AT(data) % MAP_SCAN_NUMS + static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_STATE_CHANGE); in DoSomethingInterestingWithMyAPI() local

Completed in 8 milliseconds

1...<<31323334353637383940>>...239