| /foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/ |
| H A D | stream_player_impl_stub.cpp | 79 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in DoRegisterListenerTask() local
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
| H A D | js_auto_fill_extension.cpp | 156 napi_value obj = jsObj_->GetNapiValue(); in Init() local 168 void JsAutoFillExtension::BindContext(napi_env env, napi_value obj) in BindContext() argument 448 auto obj = sessionInfo->sessionToken; in OnReloadInModal() local 487 auto obj in HandleAutoFillCreate() local 551 auto obj = sessionInfo->sessionToken; ForegroundWindow() local 576 auto obj = sessionInfo->sessionToken; BackgroundWindow() local 595 auto obj = sessionInfo->sessionToken; DestroyWindow() local 626 napi_value obj = jsObj_->GetNapiValue(); CallObjectMethod() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
| H A D | image_loading_context.cpp | 169 auto obj = ImageProvider::QueryImageObjectFromCache(src_); in OnDataLoading() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
| H A D | js_action_sheet.cpp | 79 auto obj = JSRef<JSObject>::Cast(val); in ParseSheetInfo() local 109 void ParseTitleAndMessage(DialogProperties& properties, JSRef<JSObject> obj) in ParseTitleAndMessage() argument 133 void ParseConfirmButton(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef<JSObject> obj) in ParseConfirmButton() argument 188 ParseShadow(DialogProperties& properties, JSRef<JSObject> obj) ParseShadow() argument 198 ParseBorderWidthAndColor(DialogProperties& properties, JSRef<JSObject> obj) ParseBorderWidthAndColor() argument 215 ParseRadius(DialogProperties& properties, JSRef<JSObject> obj) ParseRadius() argument 254 ParseDialogAlignment(DialogProperties& properties, JSRef<JSObject> obj) ParseDialogAlignment() argument 272 ParseOffset(DialogProperties& properties, JSRef<JSObject> obj) ParseOffset() argument 291 ParseMaskRect(DialogProperties& properties, JSRef<JSObject> obj) ParseMaskRect() argument 322 auto obj = JSRef<JSObject>::Cast(args[0]); Show() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_animator.cpp | 392 auto obj = AceType::MakeRefPtr<JSSpringProp>(); in ConstructorCallback() local 402 void JSSpringProp::DestructorCallback(JSSpringProp* obj) in DestructorCallback() argument 416 auto obj = AceType::MakeRefPtr<JSMotion>(); in ConstructorCallback() local 428 HandleFrictionMotion(const JSCallbackInfo& info, RefPtr<JSMotion>& obj) HandleFrictionMotion() argument 440 HandleSpringMotion(const JSCallbackInfo& info, RefPtr<JSMotion>& obj) HandleSpringMotion() argument 457 HandleScrollMotion(const JSCallbackInfo& info, RefPtr<JSMotion>& obj) HandleScrollMotion() argument 477 DestructorCallback(JSMotion* obj) DestructorCallback() argument [all...] |
| H A D | js_indexer.cpp | 286 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in GetFontContent() local 368 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetPopupPosition() local 409 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in SetPopupItemFont() local [all...] |
| H A D | js_indicator.cpp | 113 JSRef<JSObject> obj = JSRef<JSObject>::Cast(font); in GetFontContent() local 168 SwiperParameters JSIndicator::GetDotIndicatorInfo(const JSRef<JSObject>& obj) in GetDotIndicatorInfo() argument 215 SetDotIndicatorInfo(const JSRef<JSObject>& obj, SwiperParameters& swiperParameters, const RefPtr<SwiperIndicatorTheme>& swiperIndicatorTheme) SetDotIndicatorInfo() argument 239 GetDigitIndicatorInfo(const JSRef<JSObject>& obj) GetDigitIndicatorInfo() argument 282 auto obj = JSRef<JSObject>::Cast(info[0]); SetIndicator() local [all...] |
| H A D | js_gesture.cpp | 283 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in Create() local 312 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in Create() local 343 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); in Create() local 388 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); Create() local 417 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); Create() local 440 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); Create() local 628 JSRef<JSObject> obj = JSRef<JSObject>::Cast(args[0]); Constructor() local [all...] |
| H A D | js_view_functions.cpp | 596 JSRef<JSObject> obj = JSRef<JSObject>::New(); in ExecuteFunctionWithParams() local 619 JSRef<JSObject> obj = JSRef<JSObject>::Cast(renderRes); in Destroy() local 644 JSRef<JSObject> obj = JSRef<JSObject>::Cast(renderRes); in Destroy() local
|
| H A D | js_select.cpp | 849 JSRef<JSObject> obj = JSRef<JSObject>::Cast(info[0]); in SetDivider() local
|
| H A D | js_water_flow.cpp | 107 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 D | js_ui_extension.cpp | 343 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/ |
| H A D | jsi_types.cpp | 443 auto obj = JsiObject { info_->GetVM(), info_->GetThisRef() }; in This() local
|
| H A D | jsi_declarative_engine.h | 467 static void SetEntryObject(const panda::Global<panda::ObjectRef>& obj) in SetEntryObject() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
| H A D | js_alert_dialog.cpp | 145 void ParseButtonArray(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef<JSObject> obj, in ParseButtonArray() argument 183 void ParseButtons(const JsiExecutionContext& execContext, DialogProperties& properties, JSRef<JSObject> obj) in ParseButtons() argument 211 ParseDialogTitleAndMessage(DialogProperties& properties, JSRef<JSObject> obj) ParseDialogTitleAndMessage() argument 235 ParseAlertShadow(DialogProperties& properties, JSRef<JSObject> obj) ParseAlertShadow() argument 245 ParseAlertBorderWidthAndColor(DialogProperties& properties, JSRef<JSObject> obj) ParseAlertBorderWidthAndColor() argument 262 ParseAlertRadius(DialogProperties& properties, JSRef<JSObject> obj) ParseAlertRadius() argument 301 ParseAlertAlignment(DialogProperties& properties, JSRef<JSObject> obj) ParseAlertAlignment() argument 314 ParseAlertOffset(DialogProperties& properties, JSRef<JSObject> obj) ParseAlertOffset() argument 333 ParseTextStyle(DialogProperties& properties, JSRef<JSObject> obj) ParseTextStyle() argument 351 ParseAlertMaskRect(DialogProperties& properties, JSRef<JSObject> obj) ParseAlertMaskRect() argument 377 auto obj = JSRef<JSObject>::Cast(args[0]); Show() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_xcomponent_bridge.cpp | 57 auto obj = Local<panda::ObjectRef>(paramsArg); in ParseParams() local 110 auto obj = Local<panda::ObjectRef>(paramsArg); in SetControllerOnCreated() local 135 auto obj = Local<panda::ObjectRef>(paramsArg); in SetControllerOnChanged() local 166 auto obj = Local<panda::ObjectRef>(paramsArg); SetControllerOnDestroyed() local 596 auto obj = secondArg->ToObject(vm); SetOnLoad() local 628 auto obj = secondArg->ToObject(vm); SetOnDestroy() local [all...] |
| H A D | arkts_native_navigation_bridge.cpp | 461 auto obj = titleArg->ToObject(vm); in SetTitle() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
| H A D | jsi_matrix4_module.cpp | 317 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 D | web_delegate_cross.h | 95 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 D | image_provider.cpp | 96 auto obj = imageObj->Clone(); in ProccessLoadingResult() local
|
| /foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
| H A D | mock_accessibility_account_data.cpp | 372 void AccessibilityAccountData::AddUITestClient(const sptr<IRemoteObject> &obj, in AddUITestClient() argument
|
| /foundation/barrierfree/accessibility/services/test/mock/ |
| H A D | mock_accessible_ability_manager_service_stub.cpp | 193 RetError MockAccessibleAbilityManagerServiceStub::EnableUITestAbility(const sptr<IRemoteObject> &obj) in EnableUITestAbility() argument
|
| /foundation/barrierfree/accessibility/services/test/moduletest/mock/src/ |
| H A D | mock_mt_accessibility_account_data.cpp | 372 void MockAccessibilityAccountData::AddUITestClient(const sptr<IRemoteObject> &obj, in AddUITestClient() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
| H A D | span_test_ng.cpp | 1355 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 D | napi_audio_volume_group_manager.cpp | 185 auto obj = static_cast<NapiAudioVolumeGroupManager*>(nativeObject); in Destructor() local [all...] |