Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_linear_indicator_controller.cpp54 auto arg0 = args[0]; in SetProgress() local
56 if (arg0->IsUndefined() || arg1->IsUndefined() || arg0->IsNull() || arg1->IsNull()) { in SetProgress()
62 ConvertFromJSValue(arg0, index); in SetProgress()
80 auto arg0 = args[0]; in Start() local
81 if (arg0->IsObject()) { in Start()
82 JSRef<JSObject> obj = JSRef<JSObject>::Cast(arg0); in Start()
H A Djs_linear_indicator.cpp53 auto arg0 = info[0]; in Create() local
54 if (arg0->IsNumber()) { in Create()
55 progressCount = arg0->ToNumber<int32_t>(); in Create()
78 auto arg0 = info[0]; in SetStyle() local
79 if (!arg0->IsObject()) { in SetStyle()
86 auto paramObject = JSRef<JSObject>::Cast(arg0); in SetStyle()
102 auto arg0 = info[0]; in Loop() local
103 if (arg0->IsBoolean()) { in Loop()
104 value = arg0->ToBoolean(); in Loop()
115 auto arg0 in OnChange() local
[all...]
H A Djs_list_item.cpp94 JSRef<JSVal> arg0 = args[0]; in CreateForPartialUpdate() local
95 if (!arg0->IsFunction()) { in CreateForPartialUpdate()
121 RefPtr<JsFunction> jsDeepRender = AceType::MakeRefPtr<JsFunction>(args.This(), JSRef<JSFunc>::Cast(arg0)); in CreateForPartialUpdate()
H A Djs_list.cpp221 JSRef<JSVal> arg0 = args[0]; in Create() local
222 if (arg0->IsObject()) { in Create()
223 JSRef<JSObject> obj = JSRef<JSObject>::Cast(arg0); in Create()
516 JSRef<JSVal> arg0 = args[0]; in MaintainVisibleContentPosition() local
517 if (arg0->IsBoolean()) { in MaintainVisibleContentPosition()
518 enabled = arg0->ToBoolean(); in MaintainVisibleContentPosition()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H A Dapp_mgr_service_dump_ipc_test.cpp92 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); in HWTEST_F() local
93 args.emplace_back(arg0); in HWTEST_F()
133 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); in HWTEST_F() local
134 args.emplace_back(arg0); in HWTEST_F()
173 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); in HWTEST_F() local
174 args.emplace_back(arg0); in HWTEST_F()
214 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); in HWTEST_F() local
215 args.emplace_back(arg0); in HWTEST_F()
255 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); in HWTEST_F() local
256 args.emplace_back(arg0); in HWTEST_F()
295 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
336 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
377 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
418 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
459 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
498 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
537 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
576 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
615 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
652 auto arg0 = Str8ToStr16(STRING_OPTION_IPC); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/
H A Dapp_mgr_service_dump_ffrt_test.cpp97 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
98 args.emplace_back(arg0); in HWTEST_F()
132 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
133 args.emplace_back(arg0); in HWTEST_F()
169 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
170 args.emplace_back(arg0); in HWTEST_F()
212 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
213 args.emplace_back(arg0); in HWTEST_F()
254 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); in HWTEST_F() local
255 args.emplace_back(arg0); in HWTEST_F()
299 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
344 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
392 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
440 auto arg0 = Str8ToStr16(STRING_OPTION_FFRT); HWTEST_F() local
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Ddefine_multimodal.h165 #define CHECKSIZE(arg0, arg1) \
167 if ((arg0) > (arg1)) { \
168 MMI_HILOGE("arg0 value is out of arg1 size"); \
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp587 auto arg0 = info[0]; in JsCreatePattern() local
588 if (arg0->IsObject()) { in JsCreatePattern()
667 auto arg0 = info[0]; // store the variable to avoid it being constructed multiple time. in JsPutImageData() local
668 if (!arg0->IsObject()) { in JsPutImageData()
672 JSRef<JSObject> jsImageData = JSRef<JSObject>::Cast(arg0); in JsPutImageData()

Completed in 9 milliseconds