/foundation/arkui/ace_engine/frameworks/base/base64/ |
H A D | base64_util.cpp | 31 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 D | devicestandbyplugin_fuzzer.cpp | 100 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 D | plugin_mgr_test.cpp | 516 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 D | socperfplugin_fuzzer.cpp | 38 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 D | res_sched_exe_mgr.cpp | 81 auto resData = std::make_shared<ResData>(resType, value, payload, reply); in SendRequestSync() local
|
/foundation/resourceschedule/device_standby/interfaces/innerkits/src/ |
H A D | standby_service_client.cpp | 129 ErrCode StandbyServiceClient::HandleEvent(const std::shared_ptr<ResData> &resData) in HandleEvent() argument
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/ |
H A D | client_trans_proxy_file_helper.c | 300 AckResponseData *resData = (AckResponseData *)data; in AckResponseDataHandle() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | sched_controller.cpp | 149 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 D | jsi_declarative_group_js_bridge.cpp | 193 uint8_t* resData = nullptr; in ProcessJsRequestSync() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_group_js_bridge.cpp | 307 uint8_t* resData = nullptr; in ProcessJsRequestSync() local
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_loader.cpp | 529 auto resData = std::make_shared<RSData>(); in LoadImageData() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/ |
H A D | plugin_mgr.cpp | 353 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...] |