/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupserviceb_fuzzer/ |
H A D | abilityautostartupserviceb_fuzzer.cpp | 111 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 122 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupservicea_fuzzer/ |
H A D | abilityautostartupservicea_fuzzer.cpp | 97 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 108 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifystub_fuzzer/ |
H A D | abilityinterfacesappmgrnativechildnotifystub_fuzzer.cpp | 80 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 98 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifyproxy_fuzzer/ |
H A D | abilityinterfacesappmgrnativechildnotifyproxy_fuzzer.cpp | 68 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 96 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/ability_runtime/test/fuzztest/assertfaultproxy_fuzzer/ |
H A D | assertfaultproxy_fuzzer.cpp | 48 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 85 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/ability_runtime/test/fuzztest/dataabilitymanager_fuzzer/ |
H A D | dataabilitymanager_fuzzer.cpp | 67 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 112 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_ argument [all...] |
/foundation/ability/ability_runtime/test/fuzztest/crowdtestinterceptor_fuzzer/ |
H A D | crowdtestinterceptor_fuzzer.cpp | 64 bool DoSomethingInterestingWithMyAPI(const char *data, size_t size) in DoSomethingInterestingWithMyAPI() argument 82 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_form.cpp | 56 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/bundlemgr/ |
H A D | mock_bundle_manager.cpp | 67 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest() argument
|
/foundation/ability/ability_runtime/test/unittest/sender_info_test/ |
H A D | sender_info_test.cpp | 52 void SenderInfoTest::CancelReceiver::PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data, in PerformReceive() argument
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/ |
H A D | stream_player_listener_impl_proxy.cpp | 30 MessageParcel data; in OnStateChanged() local 53 MessageParcel data; in OnPositionChanged() local 80 MessageParcel data; OnMediaItemChanged() local 99 MessageParcel data; OnVolumeChanged() local 122 MessageParcel data; OnLoopModeChanged() local 141 MessageParcel data; OnPlaySpeedChanged() local 160 MessageParcel data; OnPlayerError() local 183 MessageParcel data; OnVideoSizeChanged() local 206 MessageParcel data; OnNextRequest() local 221 MessageParcel data; OnPreviousRequest() local 236 MessageParcel data; OnSeekDone() local 255 MessageParcel data; OnEndOfStream() local 274 MessageParcel data; OnPlayRequest() local 297 MessageParcel data; OnImageChanged() local 320 MessageParcel data; OnAlbumCoverChanged() local [all...] |
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/ |
H A D | i_cast_stream_manager.cpp | 83 json data; in ProcessActionsEvent() local 145 void ICastStreamManager::EncapMediaInfo(const MediaInfo &mediaInfo, json &data, bool isDoubleFrame) in EncapMediaInfo() argument 166 ParseMediaInfo(const json &data, MediaInfo &mediaInfo, bool isDoubleFrame) ParseMediaInfo() argument 197 json data; SendControlAction() local 210 json data; SendCallbackAction() local 220 json data; GetStreamPlayerCapability() local 234 json data; HandleCustomNegotiationParams() local [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_queue.cpp | 157 auto data = std::move(it->second); in PopIterator() local
|
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/src/ |
H A D | window_manager_service_handler_proxy.cpp | 32 MessageParcel data; in NotifyWindowTransition() local 61 MessageParcel data; in GetFocusWindow() local 86 MessageParcel data; in StartingWindow() local 115 MessageParcel data; StartingWindow() local 139 MessageParcel data; CancelStartingWindow() local 170 MessageParcel data; NotifyAnimationAbilityDied() local 191 MessageParcel data; MoveMissionsToForeground() local 222 MessageParcel data; MoveMissionsToBackground() local 248 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument [all...] |
/foundation/ability/ability_runtime/services/common/include/ |
H A D | event_handler_wrap.h | 44 EventWrap(uint32_t eventId, std::shared_ptr<EventDataBase> data) in EventWrap() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/ |
H A D | abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp | 68 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 93 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmanageramsmgrstub_fuzzer/ |
H A D | abilityinterfacesappmanageramsmgrstub_fuzzer.cpp | 68 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 86 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymanagerservicef_fuzzer/ |
H A D | abilitymanagerservicef_fuzzer.cpp | 66 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 102 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/ability_runtime/test/fuzztest/abilitymgrdisposedruleinterceptor_fuzzer/ |
H A D | abilitymgrdisposedruleinterceptor_fuzzer.cpp | 67 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 97 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/ability_runtime/test/unittest/ability_first_frame_state_observer_manager_test/ |
H A D | ability_first_frame_state_observer_manager_test.cpp | 45 int InvokeSendRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in InvokeSendRequest() argument
|
/foundation/CastEngine/castengine_wifi_display/services/context/ |
H A D | context_manager.cpp | 110 auto data = eventMsg->data; in HandleConfiguration() local
|
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/ |
H A D | scene_format.cpp | 26 FormatData data; in PutBoolValue() local 37 FormatData data; in PutUint16Value() local 48 FormatData data; in PutIntValue() local 59 FormatData data; PutUint32Value() local 70 FormatData data; PutInt64Value() local 81 FormatData data; PutUint64Value() local 92 FormatData data; PutFloatValue() local 103 FormatData data; PutDoubleValue() local 114 FormatData data; PutStringValue() local 125 FormatData data; PutObjectValue() local [all...] |
/foundation/ability/ability_base/test/unittest/extractor/ |
H A D | extractor_test.cpp | 458 std::unique_ptr<uint8_t[]> data; in HWTEST_F() local
|
/foundation/ability/ability_runtime/frameworks/js/napi/particleAbility/ |
H A D | particle_ability.cpp | 201 void JsParticleAbility::Finalizer(napi_env env, void *data, void *hint) in Finalizer() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_collaborator_proxy.cpp | 26 MessageParcel data; in NotifyStartAbility() local 71 MessageParcel data; in NotifyMissionCreated() local 97 MessageParcel data; NotifyMissionCreated() local 127 MessageParcel data; NotifyLoadAbility() local 158 MessageParcel data; NotifyLoadAbility() local 191 MessageParcel data; NotifyMoveMissionToBackground() local 214 MessageParcel data; NotifyPreloadAbility() local 242 MessageParcel data; NotifyMoveMissionToForeground() local 265 MessageParcel data; NotifyTerminateMission() local 288 MessageParcel data; NotifyClearMission() local 311 MessageParcel data; NotifyRemoveShellProcess() local 342 MessageParcel data; UpdateMissionInfo() local 375 MessageParcel data; CheckCallAbilityPermission() local 399 MessageParcel data; UpdateConfiguration() local 424 MessageParcel data; OpenFile() local 450 MessageParcel data; NotifyMissionBindPid() local 473 MessageParcel data; CheckStaticCfgPermission() local 497 SendTransactCmd(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) SendTransactCmd() argument [all...] |