Home
last modified time | relevance | path

Searched defs:obj (Results 26 - 50 of 704) sorted by relevance

12345678910>>...29

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_keyboard_avoid.cpp50 auto obj = "KeyBoardAvoidMode.OFFSET"; in GetKeyboardAvoidMode() local
H A Djs_menu_item_group.cpp30 auto obj = JSRef<JSObject>::Cast(info[0]); in Create() local
H A Djs_column_split.cpp42 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in JsDivider() local
H A Djs_grid_container.cpp47 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_click_function.cpp36 JSRef<JSObject> obj = JSRef<JSObject>::New(); in Execute() local
70 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local
105 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local
153 JSRef<JSObject> obj = JSRef<JSObject>::New(); Execute() local
187 JSRef<JSObject> obj = objectTemplate->NewInstance(); Execute() local
222 JSRef<JSObject> obj = objTemp->NewInstance(); Execute() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h36 JSRef<JSObject> obj = objectTemplate->NewInstance(); in ApplyThemeInConstructor() local
44 static void ApplyThemeToDotIndicator(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToDotIndicator() argument
68 static void ApplyThemeToIndicatorStyle(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToIndicatorStyle() argument
83 ApplyThemeToDigitIndicator(SwiperDigitalParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDigitIndicator() argument
98 ApplyThemeToDisplayArrow(SwiperArrowParameters &swiperParameters, const JSRef<JSObject>& obj) ApplyThemeToDisplayArrow() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_item_pool.cpp47 void ScrollableItemPool::Deallocate(ScrollableItem* obj) in Deallocate() argument
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_class.h56 static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() argument
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Drequire_module.cpp27 ImportModule(const jerry_value_t func, const jerry_value_t obj, const jerry_value_t* args, const jerry_length_t argsNum) ImportModule() argument
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_event.h60 static void CheckAndNotify(const std::shared_ptr<BluetoothCallbackInfo> &cb, const T& obj) in CheckAndNotify() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dcapture.h30 Type&& CaptureWrap(Type&& obj) in CaptureWrap() argument
75 CaptureUnWrapper<Type> CaptureUnWrap(Type&& obj) in CaptureUnWrap() argument
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/
H A DFunctionTest.cpp265 auto obj = ser.Import(); in HWTEST_F() local
/foundation/graphic/graphic_3d/kits/js/src/
H A DObjectProxy.cpp75 NapiApi::Object obj = ctx.Arg<0>(); in SetValue() local
H A DQuatProxy.cpp90 bool QuatProxy::SetValue(NapiApi::Object obj) in SetValue() argument
H A DVec4Proxy.cpp96 bool Vec4Proxy::SetValue(NapiApi::Object obj) in SetValue() argument
H A DVec3Proxy.cpp88 bool Vec3Proxy::SetValue(NapiApi::Object obj) in SetValue() argument
H A DVec2Proxy.cpp84 bool Vec2Proxy::SetValue(NapiApi::Object obj) in SetValue() argument
H A DColorProxy.cpp87 bool ColorProxy::SetValue(NapiApi::Object obj) in SetValue() argument
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/
H A Dcommon_value_serializers.h76 auto obj = GetObjectRegistry().Create<IObjectNode>(META_NS::ClassId::ObjectNode); in CreateObjectNode() local
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/
H A Dconstruct_property.h84 auto obj = obr.Create<IAny>(T::ID); local
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_output.cpp68 json_value::object obj = value.object_; variable
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_colorspace_convert.h47 std::shared_ptr<VPEConvert> obj; member
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/
H A Dn_class.h55 template<class T> static bool SetEntityFor(napi_env env, napi_value obj, std::unique_ptr<T> entity) in SetEntityFor() argument
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/
H A Dobject_manager.h45 void AddWebGLObject(bool webGL2, const std::string& contextId, WebGLRenderingContextBasicBase* obj) in AddWebGLObject() argument
51 void DeleteWebGLObject(bool webGL2, WebGLRenderingContextBasicBase* obj) in DeleteWebGLObject() argument
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_impl.cpp60 auto obj = videoProcessor->GetObj(); in Create() local

Completed in 8 milliseconds

12345678910>>...29