Home
last modified time | relevance | path

Searched defs:resData (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/base64/
H A Dbase64_util.cpp31 sk_sp<SkData> resData = SkData::MakeUninitialized(outputLen); in Decode() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/test/fuzztest/devicestandbyplugin_fuzzer/
H A Ddevicestandbyplugin_fuzzer.cpp100 std::shared_ptr<ResData> resData = std::make_shared<ResData>(resType, appStartType, nullptr); in DeviceStandbyPluginFuzzTest() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dplugin_mgr_test.cpp516 std::shared_ptr<ResData> resData = in HWTEST_F() local
538 std::shared_ptr<ResData> resData = in HWTEST_F() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/fuzztest/socperfplugin_fuzzer/
H A Dsocperfplugin_fuzzer.cpp38 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_WINDOW_FOCUS, value, in TestWindowFocus() local
47 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_CLICK_RECOGNIZE, value, in TestClickRecognize() local
56 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_LOAD_PAGE, value, in TestLoadPage() local
65 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_SLIDE_RECOGNIZE, value, in TestSlideRecognize() local
74 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_WEB_GESTURE, value, in TestWebGesture() local
83 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_POP_PAGE, value, TestPopPage() local
92 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_APP_ABILITY_START, value, TestAppAbilityStart() local
101 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_RESIZE_WINDOW, value, TestResizeWindow() local
110 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_MOVE_WINDOW, value, TestMoveWindow() local
119 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_SHOW_REMOTE_ANIMATION, value, TestShowRemoteAnimation() local
128 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_DRAG_STATUS_BAR, value, TestDragStatusBar() local
137 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_WEB_GESTURE_MOVE, value, TestWebGestureMove() local
146 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_WEB_SLIDE_NORMAL, value, TestWebSlideNormal() local
155 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_LOAD_URL, value, TestLoadUrl() local
164 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_MOUSEWHEEL, value, TestMouseWheel() local
173 const std::shared_ptr<ResData> &resData = std::make_shared<ResData>(ResType::RES_TYPE_APP_STATE_CHANGE, value, TestAppStateChange() local
192 const std::shared_ptr<ResData>& resData = std::make_shared<ResData>(resType, value, nullptr); TestUseBySo() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp81 auto resData = std::make_shared<ResData>(resType, value, payload, reply); in SendRequestSync() local
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp129 ErrCode StandbyServiceClient::HandleEvent(const std::shared_ptr<ResData> &resData) in HandleEvent() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c300 AckResponseData *resData = (AckResponseData *)data; in AckResponseDataHandle() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dsched_controller.cpp149 void SchedController::DispatchResource(const std::shared_ptr<ResData>& resData) in DispatchResource() argument
601 OnDispatchResource(const std::shared_ptr<ResData>& resData) OnDispatchResource() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp193 uint8_t* resData = nullptr; in ProcessJsRequestSync() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp307 uint8_t* resData = nullptr; in ProcessJsRequestSync() local
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_loader.cpp529 auto resData = std::make_shared<RSData>(); in LoadImageData() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_mgr.cpp353 int32_t PluginMgr::GetExtTypeByResPayload(const std::shared_ptr<ResData>& resData) in GetExtTypeByResPayload() argument
394 std::string PluginMgr::BuildDispatchTrace(const std::shared_ptr<ResData>& resData, std::string& libNameAll, in BuildDispatchTrace() argument
417 void PluginMgr::DispatchResource(const std::shared_ptr<ResData>& resData) in DispatchResource() argument
456 DeliverResource(const std::shared_ptr<ResData>& resData) DeliverResource() argument
700 DispatchResourceToPluginSync(const std::list<std::string>& pluginList, const std::shared_ptr<ResData>& resData) DispatchResourceToPluginSync() argument
751 DispatchResourceToPluginAsync(const std::list<std::string>& pluginList, const std::shared_ptr<ResData>& resData) DispatchResourceToPluginAsync() argument
[all...]

Completed in 12 milliseconds