Home
last modified time | relevance | path

Searched defs:obj (Results 1251 - 1275 of 1955) sorted by relevance

1...<<51525354555657585960>>...79

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp849 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in SetDivider() local
H A Djs_water_flow.cpp107 void ParseScroller(const JSRef<JSObject>& obj) in ParseScroller() argument
186 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in Create() local
357 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetNestedScroll() local
[all...]
H A Djs_ui_extension.cpp343 void JSUIExtension::ResolveAreaPlaceholderParams(const JSRef<JSObject>& obj, in ResolveAreaPlaceholderParams() argument
396 auto obj = JSRef<JSObject>::Cast(info[1]); in Create() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_navigation_bridge.cpp461 auto obj = titleArg->ToObject(vm); in SetTitle() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/
H A Djsi_matrix4_module.cpp317 void AddCommonMatrixProperties(const shared_ptr<JsRuntime>& runtime, const shared_ptr<JsValue>& obj) in AddCommonMatrixProperties() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h95 auto obj = WebObjectEventManager::GetInstance().GetCommonDialogObject(); in DialogResult() local
100 auto obj = WebObjectEventManager::GetInstance().GetCommonDialogObject(); in ~DialogResult() local
118 auto obj = WebObjectEventManager::GetInstance().GetHttpAuthRequestObject(); in WebAuthResult() local
123 auto obj = WebObjectEventManager::GetInstance().GetHttpAuthRequestObject(); in ~WebAuthResult() local
152 auto obj = WebObjectEventManager::GetInstance().GetPermissionRequestObject(); in PermissionRequestImpl() local
157 auto obj = WebObjectEventManager::GetInstance().GetPermissionRequestObject(); ~PermissionRequestImpl() local
180 auto obj = WebObjectEventManager::GetInstance().GetFileChooserObject(); WebFileSelectorResult() local
185 auto obj = WebObjectEventManager::GetInstance().GetFileChooserObject(); ~WebFileSelectorResult() local
253 auto obj = WebObjectEventManager::GetInstance().GetGeolocationObject(); Geolocation() local
258 auto obj = WebObjectEventManager::GetInstance().GetGeolocationObject(); ~Geolocation() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_provider.cpp96 auto obj = imageObj->Clone(); in ProccessLoadingResult() local
/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_account_data.cpp372 void AccessibilityAccountData::AddUITestClient(const sptr<IRemoteObject> &obj, in AddUITestClient() argument
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_accessible_ability_manager_service_stub.cpp193 RetError MockAccessibleAbilityManagerServiceStub::EnableUITestAbility(const sptr<IRemoteObject> &obj) in EnableUITestAbility() argument
/foundation/barrierfree/accessibility/services/test/moduletest/mock/src/
H A Dmock_mt_accessibility_account_data.cpp372 void MockAccessibilityAccountData::AddUITestClient(const sptr<IRemoteObject> &obj, in AddUITestClient() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_test_ng.cpp1355 auto obj = spanItem->GetSpanResultObject(1, 10); in HWTEST_F() local
1393 auto obj = spanItem->GetSpanResultObject(0, 10); HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/
H A Dnapi_audio_volume_group_manager.cpp185 auto obj = static_cast<NapiAudioVolumeGroupManager*>(nativeObject); in Destructor() local
[all...]
H A Dnapi_audio_routing_manager.cpp49 auto obj = static_cast<NapiAudioRoutingManager *>(nativeObject); in Destructor() local
[all...]
H A Dnapi_audio_manager.cpp176 auto obj = static_cast<NapiAudioManager*>(nativeObject); in Destructor() local
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp281 auto obj = interface_pointer_cast<META_NS::IObject>(scene); in Load() local
561 auto obj = interface_pointer_cast<META_NS::IObject>(root); in GetRoot() local
593 auto obj = interface_pointer_cast<META_NS::IObject>(environment); in GetEnvironment() local
977 auto obj in CreateImage() local
1058 DisposeHook(uintptr_t token, NapiApi::Object obj) DisposeHook() argument
1071 StrongDisposeHook(uintptr_t token, NapiApi::Object obj) StrongDisposeHook() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp163 IObject::Ptr obj; in CreateInternal() local
175 bool ObjectRegistry::ConstructObjectInternal(const IObject::Ptr& obj, BASE_NS::vector<IObject::Ptr>& classes) const in ConstructObjectInternal() argument
195 IObject::Ptr obj = classes.front(); in SetObjectInstanceIds() local
219 IObject::Ptr obj in BuildObject() local
632 const IObjectRegistry* obj = static_cast<const IObjectRegistry*>(this); GetInterface() local
647 IObjectRegistry* obj = static_cast<IObjectRegistry*>(this); GetInterface() local
[all...]
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp172 } obj{}; struct
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/texture_encode/
H A Dimage_compressor.cpp1577 static void ReleaseClAstcObj(ClAstcObjEnc *obj) in ReleaseClAstcObj() argument
[all...]
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Ddepth_data_output_napi.cpp328 std::unique_ptr<DepthDataOutputNapi> obj = std::make_unique<DepthDataOutputNapi>(); in DepthDataOutputNapiConstructor() local
431 bool DepthDataOutputNapi::IsDepthDataOutput(napi_env env, napi_value obj) in IsDepthDataOutput() argument
H A Dpreview_output_napi.cpp313 std::unique_ptr<PreviewOutputNapi> obj = std::make_unique<PreviewOutputNapi>(); in PreviewOutputNapiConstructor() local
453 bool PreviewOutputNapi::IsPreviewOutput(napi_env env, napi_value obj) in IsPreviewOutput() argument
H A Dvideo_output_napi.cpp268 std::unique_ptr<VideoOutputNapi> obj = std::make_unique<VideoOutputNapi>(); in VideoOutputNapiConstructor() local
292 bool VideoOutputNapi::IsVideoOutput(napi_env env, napi_value obj) in IsVideoOutput() argument
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_mode.cpp204 std::vector<int32_t> GetSupportedBeautyRangeStub(void* obj, BeautyType beautyType) in GetSupportedBeautyRangeStub() argument
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dprofession_session_napi.cpp159 std::unique_ptr<ProfessionSessionNapi> obj = std::make_unique<ProfessionSessionNapi>(); in ProfessionSessionNapiConstructor() local
H A Dtime_lapse_photo_session_napi.cpp101 TryAEInfoNapi* obj = Unwrap<TryAEInfoNapi>(env, thisVar); in IsTryAEDone() local
118 TryAEInfoNapi* obj = Unwrap<TryAEInfoNapi>(env, thisVar); in IsTryAEHintNeeded() local
135 TryAEInfoNapi* obj = Unwrap<TryAEInfoNapi>(env, thisVar); in GetPreviewType() local
152 TryAEInfoNapi* obj = Unwrap<TryAEInfoNapi>(env, thisVar); GetCaptureInterval() local
171 auto obj = std::make_unique<TryAEInfoNapi>(); Constructor() local
188 TryAEInfoNapi* obj = reinterpret_cast<TryAEInfoNapi*>(nativeObject); Destructor() local
327 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); IsTryAENeeded() local
351 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); StartTryAE() local
374 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); StopTryAE() local
397 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetSupportedTimeLapseIntervalRange() local
427 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetTimeLapseInterval() local
448 TimeLapsePhotoSessionNapi* obj; SetTimeLapseInterval() local
471 TimeLapsePhotoSessionNapi* obj; SetTimeLapseRecordState() local
494 TimeLapsePhotoSessionNapi* obj; SetTimeLapsePreviewType() local
521 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetExposure() local
542 TimeLapsePhotoSessionNapi* obj; SetExposure() local
568 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetSupportedExposureRange() local
598 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetSupportedMeteringModes() local
625 TimeLapsePhotoSessionNapi* obj; IsExposureMeteringModeSupported() local
649 TimeLapsePhotoSessionNapi* obj; GetExposureMeteringMode() local
671 TimeLapsePhotoSessionNapi* obj; SetExposureMeteringMode() local
698 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetIso() local
719 TimeLapsePhotoSessionNapi* obj; SetIso() local
745 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); IsManualIsoSupported() local
769 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetIsoRange() local
801 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); IsWhiteBalanceModeSupported() local
828 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetWhiteBalanceRange() local
858 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetWhiteBalanceMode() local
879 TimeLapsePhotoSessionNapi* obj; SetWhiteBalanceMode() local
905 TimeLapsePhotoSessionNapi* obj = Unwrap<TimeLapsePhotoSessionNapi>(env, thisVar); GetWhiteBalance() local
926 TimeLapsePhotoSessionNapi* obj; SetWhiteBalance() local
954 auto obj = std::make_unique<TimeLapsePhotoSessionNapi>(); Constructor() local
977 TimeLapsePhotoSessionNapi* obj = reinterpret_cast<TimeLapsePhotoSessionNapi*>(nativeObject); Destructor() local
1099 TryAEInfoNapi *obj = Unwrap<TryAEInfoNapi>(env_, result[PARAM1]); OnTryAEInfoChangedCallback() local
[all...]
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp106 std::unique_ptr<MediaKeySystemNapi> obj = std::make_unique<MediaKeySystemNapi>(); in MediaKeySystemNapiConstructor() local
[all...]

Completed in 34 milliseconds

1...<<51525354555657585960>>...79