Home
last modified time | relevance | path

Searched defs:code (Results 526 - 550 of 5024) sorted by relevance

1...<<21222324252627282930>>...201

/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionserviceext_fuzzer/
H A Davsessionserviceext_fuzzer.cpp61 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in AVSessionServiceExtFuzzTest() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_analysis_extension_test/src/
H A Dmedia_analysis_callback_stub_test.cpp55 uint32_t code = in HWTEST_F() local
69 uint32_t code = 100; in HWTEST_F() local
82 uint32_t code = in HWTEST_F() local
96 uint32_t code = in HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_analysis_extension/src/
H A Dmedia_analysis_callback_stub.cpp26 int MediaAnalysisCallbackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
H A Dmedia_analysis_proxy.cpp36 bool MediaAnalysisProxy::SendTransactCmd(int32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in SendTransactCmd() argument
[all...]
/foundation/multimedia/player_framework/frameworks/js/system_sound_manager/src/ringtone_player/
H A Dringtone_common_napi.cpp45 void RingtoneCommonNapi::ThrowError(napi_env env, int32_t code, const std::string &errMessage) in ThrowError() argument
56 std::string RingtoneCommonNapi::GetMessageByCode(int32_t &code) in GetMessageByCode() argument
/foundation/multimedia/player_framework/services/services/monitor/ipc/
H A Dmonitor_service_proxy.cpp52 int32_t MonitorServiceProxy::SendIpc(uint32_t code) in SendIpc() argument
/foundation/multimodalinput/input/tools/event_inject/test/
H A Ddevice_base_test.cpp87 int32_t code = KEY_A; in HWTEST_F() local
110 int32_t code = KEY_A; in HWTEST_F() local
133 int32_t code in HWTEST_F() local
669 uint16_t code = 0; HWTEST_F() local
969 uint16_t code = BTN_STYLUS; HWTEST_F() local
[all...]
/foundation/multimedia/player_framework/test/unittest/avmetadatahelper_test/
H A Davmetadatahelper_server_unit_test.cpp100 int32_t code = 0; in HWTEST_F() local
/foundation/multimodalinput/input/uinput/
H A Dkeyboard_inject.cpp51 void KeyboardInject::InjectKeyEvent(uint16_t code, uint32_t value) const in InjectKeyEvent() argument
/foundation/multimodalinput/input/intention/ipc/tunnel/src/
H A Dintention_stub.cpp28 int32_t IntentionStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
/foundation/multimodalinput/input/service/filter/src/
H A Devent_filter_stub.cpp34 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
H A Devent_filter_proxy.cpp55 const uint32_t code = static_cast<uint32_t>(MultimodalinputEventInterfaceCode::HANDLE_KEY_EVENT); in HandleKeyEvent() local
86 const uint32_t code = static_cast<uint32_t>(MultimodalinputEventInterfaceCode::HANDLE_POINTER_EVENT); in HandlePointerEvent() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscribebackgroundtask_fuzzer/
H A Dbgtasksubscribebackgroundtask_fuzzer.cpp45 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::SUBSCRIBE_BACKGROUND_TASK); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskupdatebackgroundrunning_fuzzer/
H A Dbgtaskupdatebackgroundrunning_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::UPDATE_BACKGROUND_RUNNING); in DoSomethingInterestingWithMyAPI() local
/foundation/systemabilitymgr/samgr/frameworks/native/source/
H A Dsystem_process_status_change_stub.cpp35 int32_t SystemProcessStatusChangeStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() argument
/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dexpired_callback_stub.cpp28 ErrCode ExpiredCallbackStub::OnRemoteRequest(uint32_t code, in OnRemoteRequest() argument
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetefficiencyresourcesinfos_fuzzer/
H A Dbgtaskgetefficiencyresourcesinfos_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_EFFICIENCY_RESOURCES_INFOS); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskgetcontinuoustaskapps_fuzzer/
H A Dbgtaskgetcontinuoustaskapps_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::GET_CONTINUOUS_TASK_APPS); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskstartbackgroundrunning_fuzzer/
H A Dbgtaskstartbackgroundrunning_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::START_BACKGROUND_RUNNING); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksetbgtaskconfig_fuzzer/
H A Dbgtasksetbgtaskconfig_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::SET_BGTASK_CONFIG); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/soc_perf/test/fuzztest/socperf_fuzzer/
H A Dsocperf_fuzzer.cpp48 int32_t onRemoteRequest(uint32_t code, MessageParcel& data) in onRemoteRequest() argument
69 uint32_t code = *(reinterpret_cast<const uint32_t*>(data)); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/mock/src/
H A Dmock_background_task_mgr_proxy.cpp36 ErrCode BackgroundTaskMgrProxy::InnerTransact(uint32_t code, MessageOption &flags, in InnerTransact() argument
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskapplyefficiencyresources_fuzzer/
H A Dbgtaskapplyefficiencyresources_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::APPLY_EFFICIENCY_RESOURCES); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskbackgroundrunningforinner_fuzzer/
H A Dbgtaskbackgroundrunningforinner_fuzzer.cpp43 uint32_t code = in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtaskcancelsuspenddelay_fuzzer/
H A Dbgtaskcancelsuspenddelay_fuzzer.cpp43 uint32_t code = static_cast<uint32_t>(BackgroundTaskMgrStubInterfaceCode::CANCEL_SUSPEND_DELAY); in DoSomethingInterestingWithMyAPI() local

Completed in 8 milliseconds

1...<<21222324252627282930>>...201