Home
last modified time | relevance | path

Searched defs:args (Results 2651 - 2675 of 6686) sorted by relevance

1...<<101102103104105106107108109110>>...268

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.cpp118 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 Djs_swiper.cpp286 void ParseSwiperIndexObject(const JSCallbackInfo& args, const JSRef<JSVal>& changeEventVal) in ParseSwiperIndexObject() argument
[all...]
H A Djs_menu.cpp144 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 Djs_list_item_group.cpp108 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 Djs_pattern_lock.cpp109 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 Djs_xcomponent_controller.cpp127 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 Dui_mgr_service.cpp43 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 Ddom_calendar.cpp127 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 Ddom_camera.cpp84 void DOMCamera::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
[all...]
H A Ddom_textarea.cpp294 void DOMTextarea::CallSpecializedMethod(const std::string& method, const std::string& args) in CallSpecializedMethod() argument
H A Ddom_chart.cpp399 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 Dcanvas_custom_paint_method_test_ng.cpp1022 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 Dwater_flow_layout_utils.cpp22 std::string WaterFlowLayoutUtils::PreParseArgs(const std::string& args) in PreParseArgs() argument
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessible_ability_manager_service_test.cpp2513 std::vector<std::u16string> args; in HWTEST_F() local
2527 std::vector<std::u16string> args; in HWTEST_F() local
H A Daccessibility_setting_provider_test.cpp661 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 Dapp_domain_verify_mgr_service_test.cpp451 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 Devent_injector_unit_test.cpp124 void* EventInjectorTest::MainTask(void* args) in MainTask() argument
/foundation/bundlemanager/app_domain_verify/services/src/manager/core/
H A Dapp_domain_verify_mgr_service.cpp253 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 Dapp_domain_verify_agent_service.cpp269 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 Djs_ability_impl.cpp266 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 Dlist_adapter.cpp253 JSValue args[argsLen] = {item, itemIdx}; in GetElement() local
H A Dtabs_component.cpp310 jerry_value_t args[argsNum]; in OnSwipe() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp195 JSIValue args[1]; in OnClick() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dapp_module.cpp48 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 Devent_util.cpp54 JSValue args[argsLength] = {params->arg}; in CallbackExecutor() local

Completed in 24 milliseconds

1...<<101102103104105106107108109110>>...268