Home
last modified time | relevance | path

Searched defs:data (Results 5201 - 5225 of 10315) sorted by relevance

1...<<201202203204205206207208209210>>...413

/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_cast_session_listener.cpp76 void NapiCastSessionListener::OnRemoteCtrlEvent(int eventType, const uint8_t *data, uint32_t len) in OnRemoteCtrlEvent() argument
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_source_encoder.cpp245 const char *data = reinterpret_cast<const char *>(buffer->GetBase()); in OnOutputBufferAvailable() local
/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/
H A Dwantparamsfirst_fuzzer.cpp42 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
71 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_base/test/fuzztest/wantparamssecond_fuzzer/
H A Dwantparamssecond_fuzzer.cpp40 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
69 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/
H A Dabilityms_slite_client.cpp81 auto *data = static_cast<StartAbilityData *>(AdapterMalloc(sizeof(StartAbilityData))); in StartAbility() local
145 void *data = nullptr; TerminateAll() local
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/js_dialog_session/
H A Djs_dialog_session.cpp39 static void Finalizer(napi_env env, void* data, void* hint) in Finalizer() argument
/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/
H A Dabilityapppreloader_fuzzer.cpp54 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
77 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrrunningmultiinfo_fuzzer/
H A Dabilityappmgrrunningmultiinfo_fuzzer.cpp65 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
76 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentutils_fuzzer/
H A Dabilitymgrinsightintentutils_fuzzer.cpp66 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
81 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecuteresult_fuzzer/
H A Dabilitymgrinsightintentexecuteresult_fuzzer.cpp66 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
79 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/assertfaultcallbackdeathmgr_fuzzer/
H A Dassertfaultcallbackdeathmgr_fuzzer.cpp47 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
67 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/testobserverstub_fuzzer/
H A Dtestobserverstub_fuzzer.cpp53 bool DoSomethingInterestingWithMyAPI(const char *data, size_t size) in DoSomethingInterestingWithMyAPI() argument
70 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/toolstestobserver_fuzzer/
H A Dtoolstestobserver_fuzzer.cpp48 bool DoSomethingInterestingWithMyAPI(const char *data, size_t size) in DoSomethingInterestingWithMyAPI() argument
67 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager.cpp76 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_state_callback_host.cpp57 int32_t AppStateCallbackHost::HandleOnAppStateChanged(MessageParcel& data, MessageParcel& reply) in HandleOnAppStateChanged() argument
62 int32_t AppStateCallbackHost::HandleOnAbilityRequestDone(MessageParcel& data, MessageParcel& reply) in HandleOnAbilityRequestDone() argument
67 int32_t AppStateCallbackHost::HandleNotifyStartResidentProcess(MessageParcel &data, MessageParcel &reply) in HandleNotifyStartResidentProcess() argument
71 int32_t AppStateCallbackHost::HandleNotifyAppPreCache(MessageParcel &data, MessageParcel &reply) in HandleNotifyAppPreCache() argument
31 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
/foundation/CastEngine/castengine_wifi_display/services/configuration/include/
H A Dsharing_data.h35 SharingValue(bool data) : data_(data) {} in SharingValue() argument
36 SharingValue(int32_t data) : data_(data) {} in SharingValue() argument
37 SharingValue(std::string &data) : data_(data) {} in SharingValue() argument
38 SharingValue(std::vector<int32_t> &data) : data_(data) {} in SharingValue() argument
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp39 void RtpUnpackImpl::ParseRtp(const char *data, size_t len) in ParseRtp() argument
H A Drtp_maker.cpp43 RtpPacket::Ptr RtpMaker::MakeRtp(const void *data, size_t len, bool mark, uint32_t stamp) in MakeRtp() argument
/foundation/ability/ability_runtime/frameworks/js/napi/uri_permission/
H A Djs_uri_perm_mgr.cpp44 static void Finalizer(napi_env env, void* data, void* hint) in Finalizer() argument
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_context.cpp32 void JsAutoFillExtensionContext::Finalizer(napi_env env, void *data, void *hint) in Finalizer() argument
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/
H A Dwindow_manager_service_handler_stub.cpp33 OnRemoteRequest( uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) OnRemoteRequest() argument
64 NotifyWindowTransitionInner(MessageParcel &data, MessageParcel &reply) NotifyWindowTransitionInner() argument
83 GetFocusWindowInner(MessageParcel &data, MessageParcel &reply) GetFocusWindowInner() argument
110 StartingWindowCold(MessageParcel &data, MessageParcel &reply) StartingWindowCold() argument
129 StartingWindowHot(MessageParcel &data, MessageParcel &reply) StartingWindowHot() argument
147 CancelStartingWindowInner(MessageParcel &data, MessageParcel &reply) CancelStartingWindowInner() argument
159 NotifyAnimationAbilityDiedInner(MessageParcel &data, MessageParcel &reply) NotifyAnimationAbilityDiedInner() argument
171 MoveMissionsToForegroundInner(MessageParcel &data, MessageParcel &reply) MoveMissionsToForegroundInner() argument
182 MoveMissionsToBackgroundInner(MessageParcel &data, MessageParcel &reply) MoveMissionsToBackgroundInner() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityappfreezemanager_fuzzer/
H A Dabilityappfreezemanager_fuzzer.cpp50 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
92 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilityappjsheapmeminfo_fuzzer/
H A Dabilityappjsheapmeminfo_fuzzer.cpp50 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
60 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupclient_fuzzer/
H A Dabilityautostartupclient_fuzzer.cpp50 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
74 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/ability/ability_runtime/test/fuzztest/abilitychildprocessrecord_fuzzer/
H A Dabilitychildprocessrecord_fuzzer.cpp43 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
86 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_ argument
[all...]

Completed in 12 milliseconds

1...<<201202203204205206207208209210>>...413