/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/ |
H A D | napi_cast_session_listener.cpp | 76 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 D | video_source_encoder.cpp | 245 const char *data = reinterpret_cast<const char *>(buffer->GetBase()); in OnOutputBufferAvailable() local
|
/foundation/ability/ability_base/test/fuzztest/wantparamsfirst_fuzzer/ |
H A D | wantparamsfirst_fuzzer.cpp | 42 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 D | wantparamssecond_fuzzer.cpp | 40 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 D | abilityms_slite_client.cpp | 81 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 D | js_dialog_session.cpp | 39 static void Finalizer(napi_env env, void* data, void* hint) in Finalizer() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilityapppreloader_fuzzer/ |
H A D | abilityapppreloader_fuzzer.cpp | 54 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 D | abilityappmgrrunningmultiinfo_fuzzer.cpp | 65 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 D | abilitymgrinsightintentutils_fuzzer.cpp | 66 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 D | abilitymgrinsightintentexecuteresult_fuzzer.cpp | 66 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 D | assertfaultcallbackdeathmgr_fuzzer.cpp | 47 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 D | testobserverstub_fuzzer.cpp | 53 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 D | toolstestobserver_fuzzer.cpp | 48 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 D | mock_bundle_manager.cpp | 76 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 D | app_state_callback_host.cpp | 57 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 D | sharing_data.h | 35 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 D | rtp_unpack_impl.cpp | 39 void RtpUnpackImpl::ParseRtp(const char *data, size_t len) in ParseRtp() argument
|
H A D | rtp_maker.cpp | 43 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 D | js_uri_perm_mgr.cpp | 44 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 D | js_auto_fill_extension_context.cpp | 32 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 D | window_manager_service_handler_stub.cpp | 33 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 D | abilityappfreezemanager_fuzzer.cpp | 50 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 D | abilityappjsheapmeminfo_fuzzer.cpp | 50 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 D | abilityautostartupclient_fuzzer.cpp | 50 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 D | abilitychildprocessrecord_fuzzer.cpp | 43 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 86 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_ argument [all...] |