| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_refresh.cpp | 118 auto args = info[0]; in SetPullDownRatio() local 242 void JSRefresh::OnStateChange(const JSCallbackInfo& args) in OnStateChange() argument 263 void JSRefresh::OnRefreshing(const JSCallbackInfo& args) in OnRefreshing() argument 280 OnOffsetChange(const JSCallbackInfo& args) OnOffsetChange() argument [all...] |
| H A D | js_swiper.cpp | 286 void ParseSwiperIndexObject(const JSCallbackInfo& args, const JSRef<JSVal>& changeEventVal) in ParseSwiperIndexObject() argument [all...] |
| H A D | js_menu.cpp | 144 void JSMenu::HandleDifferentRadius(const JSRef<JSVal>& args) in HandleDifferentRadius() argument 214 void JSMenu::SetItemGroupDivider(const JSCallbackInfo& args) in SetItemGroupDivider() argument 258 void JSMenu::SetItemDivider(const JSCallbackInfo& args) in SetItemDivider() argument [all...] |
| H A D | js_list_item_group.cpp | 108 void JSListItemGroup::SetChildrenMainSize(const JSCallbackInfo& args) in SetChildrenMainSize() argument 160 void JSListItemGroup::Create(const JSCallbackInfo& args) in Create() argument 202 SetDivider(const JSCallbackInfo& args) SetDivider() argument 225 SetAspectRatio(const JSCallbackInfo& args) SetAspectRatio() argument 279 GetListItemGroupStyle(const JSCallbackInfo& args) GetListItemGroupStyle() argument [all...] |
| H A D | js_pattern_lock.cpp | 109 void JSPatternLock::SetPatternComplete(const JSCallbackInfo& args) in SetPatternComplete() argument 244 void JSPatternLock::SetDotConnect(const JSCallbackInfo& args) in SetDotConnect() argument 310 void JSPatternLockController::Reset(const JSCallbackInfo& args) in Reset() argument 316 void JSPatternLockController::SetChallengeResult(const JSCallbackInfo& args) in SetChallengeResult() argument 328 Constructor(const JSCallbackInfo& args) Constructor() argument [all...] |
| H A D | js_xcomponent_controller.cpp | 127 void JSXComponentController::Constructor(const JSCallbackInfo& args) in Constructor() argument 152 void JSXComponentController::GetSurfaceId(const JSCallbackInfo& args) in GetSurfaceId() argument 162 void JSXComponentController::SetSurfaceConfig(const JSCallbackInfo& args) in SetSurfaceConfig() argument 183 void JSXComponentController::GetXComponentSurfaceRect(const JSCallbackInfo& args) in GetXComponentSurfaceRect() argument 202 SetXComponentSurfaceRect(const JSCallbackInfo& args) SetXComponentSurfaceRect() argument 243 StartImageAnalyzer(const JSCallbackInfo& args) StartImageAnalyzer() argument 284 StopImageAnalyzer(const JSCallbackInfo& args) StopImageAnalyzer() argument 291 SetXComponentSurfaceRotation(const JSCallbackInfo& args) SetXComponentSurfaceRotation() argument 304 GetXComponentSurfaceRotation(const JSCallbackInfo& args) GetXComponentSurfaceRotation() argument [all...] |
| /foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/ |
| H A D | ui_mgr_service.cpp | 43 int32_t UIMgrService::Dump(int32_t fd, const std::vector<std::u16string>& args) in Dump() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_calendar.cpp | 127 void DomCalendar::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument 176 void DomCalendar::HandleGoTo(const std::string& args) in HandleGoTo() argument
|
| H A D | dom_camera.cpp | 84 void DOMCamera::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument [all...] |
| H A D | dom_textarea.cpp | 294 void DOMTextarea::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| H A D | dom_chart.cpp | 399 void DOMChart::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/canvas/ |
| H A D | canvas_custom_paint_method_test_ng.cpp | 1022 PathArgs args; in HWTEST_F() local 1077 PathArgs args; HWTEST_F() local 1108 PathArgs args; HWTEST_F() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/ |
| H A D | water_flow_layout_utils.cpp | 22 std::string WaterFlowLayoutUtils::PreParseArgs(const std::string& args) in PreParseArgs() argument
|
| /foundation/barrierfree/accessibility/services/aams/test/unittest/ |
| H A D | accessible_ability_manager_service_test.cpp | 2513 std::vector<std::u16string> args; in HWTEST_F() local 2527 std::vector<std::u16string> args; in HWTEST_F() local
|
| H A D | accessibility_setting_provider_test.cpp | 661 std::vector<std::u16string> args; in HWTEST_F() local 675 std::vector<std::u16string> args; in HWTEST_F() local
|
| /foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/ |
| H A D | app_domain_verify_mgr_service_test.cpp | 451 std::vector<std::u16string> args; in HWTEST_F() local 464 std::vector<std::u16string> args; in HWTEST_F() local
|
| /foundation/arkui/ui_lite/test/unittest/dfx/ |
| H A D | event_injector_unit_test.cpp | 124 void* EventInjectorTest::MainTask(void* args) in MainTask() argument
|
| /foundation/bundlemanager/app_domain_verify/services/src/manager/core/ |
| H A D | app_domain_verify_mgr_service.cpp | 253 int AppDomainVerifyMgrService::Dump(int fd, const std::vector<std::u16string>& args) in Dump() argument
|
| /foundation/bundlemanager/app_domain_verify/services/src/agent/core/ |
| H A D | app_domain_verify_agent_service.cpp | 269 int AppDomainVerifyAgentService::Dump(int fd, const std::vector<std::u16string>& args) in Dump() argument
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
| H A D | js_ability_impl.cpp | 266 jerry_value_t args[1] = { jerryUserData }; in OnSaveData() local 356 jerry_value_t args[1]; in InvokeOnRestoreData() local [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
| H A D | list_adapter.cpp | 253 JSValue args[argsLen] = {item, itemIdx}; in GetElement() local
|
| H A D | tabs_component.cpp | 310 jerry_value_t args[argsNum]; in OnSwipe() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
| H A D | js_dialog.cpp | 195 JSIValue args[1];
in OnClick() local
|
| /foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
| H A D | app_module.cpp | 48 JSIValue AppModule::GetInfo(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetInfo() argument 122 JSIValue AppModule::Terminate(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Terminate() argument 132 JSIValue AppModule::ScreenOnVisible(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in ScreenOnVisible() argument 158 OnSetActionSuccess(const JSIValue thisVal, const JSIValue *args) OnSetActionSuccess() argument 168 OnSetActionFail(const JSIValue thisVal, const JSIValue *args) OnSetActionFail() argument 181 OnSetActionComplete(const JSIValue thisVal, const JSIValue *args) OnSetActionComplete() argument [all...] |
| /foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
| H A D | event_util.cpp | 54 JSValue args[argsLength] = {params->arg}; in CallbackExecutor() local
|