/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_keyboard_avoid.cpp | 50 auto obj = "KeyBoardAvoidMode.OFFSET"; in GetKeyboardAvoidMode() local
|
H A D | js_menu_item_group.cpp | 30 auto obj = JSRef<JSObject>::Cast(info[0]); in Create() local
|
H A D | js_column_split.cpp | 42 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in JsDivider() local
|
H A D | js_grid_container.cpp | 47 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in Create() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_click_function.cpp | 36 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 D | js_swiper_theme.h | 36 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 D | scrollable_item_pool.cpp | 47 void ScrollableItemPool::Deallocate(ScrollableItem* obj) in Deallocate() argument
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | napi_class.h | 56 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 D | require_module.cpp | 27 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 D | napi_bluetooth_event.h | 60 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 D | capture.h | 30 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 D | FunctionTest.cpp | 265 auto obj = ser.Import(); in HWTEST_F() local
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ObjectProxy.cpp | 75 NapiApi::Object obj = ctx.Arg<0>(); in SetValue() local
|
H A D | QuatProxy.cpp | 90 bool QuatProxy::SetValue(NapiApi::Object obj)
in SetValue() argument
|
H A D | Vec4Proxy.cpp | 96 bool Vec4Proxy::SetValue(NapiApi::Object obj) in SetValue() argument
|
H A D | Vec3Proxy.cpp | 88 bool Vec3Proxy::SetValue(NapiApi::Object obj)
in SetValue() argument
|
H A D | Vec2Proxy.cpp | 84 bool Vec2Proxy::SetValue(NapiApi::Object obj)
in SetValue() argument
|
H A D | ColorProxy.cpp | 87 bool ColorProxy::SetValue(NapiApi::Object obj)
in SetValue() argument
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/serialization/ |
H A D | common_value_serializers.h | 76 auto obj = GetObjectRegistry().Create<IObjectNode>(META_NS::ClassId::ObjectNode); in CreateObjectNode() local
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | construct_property.h | 84 auto obj = obr.Create<IAny>(T::ID); local
|
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/ |
H A D | json_output.cpp | 68 json_value::object obj = value.object_; variable
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
H A D | rs_colorspace_convert.h | 47 std::shared_ptr<VPEConvert> obj; member
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/common/napi/ |
H A D | n_class.h | 55 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 D | object_manager.h | 45 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 D | video_processing_impl.cpp | 60 auto obj = videoProcessor->GetObj(); in Create() local
|