| /foundation/ability/ability_runtime/services/abilitymgr/src/ |
| H A D | pending_want_manager.cpp | 209 sptr<IRemoteObject> obj = target->AsObject(); in SendWantSender() local 239 sptr<IRemoteObject> obj = sender->AsObject(); in CancelWantSender() local 401 sptr<IRemoteObject> obj = target->AsObject(); in GetPendingWantUid() local 420 sptr<IRemoteObject> obj = target->AsObject(); GetPendingWantUserId() local 438 sptr<IRemoteObject> obj = target->AsObject(); GetPendingWantBundleName() local 460 sptr<IRemoteObject> obj = target->AsObject(); GetPendingWantCode() local 479 sptr<IRemoteObject> obj = target->AsObject(); GetPendingWantType() local 498 sptr<IRemoteObject> obj = sender->AsObject(); RegisterCancelListener() local 524 sptr<IRemoteObject> obj = sender->AsObject(); UnregisterCancelListener() local 548 sptr<IRemoteObject> obj = target->AsObject(); GetPendingRequestWant() local 581 sptr<IRemoteObject> obj = target->AsObject(); GetWantSenderInfo() local [all...] |
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
| H A D | distributed_sched_proxy.cpp | 504 RegisterMissionListener(const std::u16string& devId, const sptr<IRemoteObject>& obj) RegisterMissionListener() argument 524 RegisterDSchedEventListener(const DSchedEventType& type, const sptr<IRemoteObject>& obj) RegisterDSchedEventListener() argument 544 UnRegisterDSchedEventListener(const DSchedEventType& type, const sptr<IRemoteObject>& obj) UnRegisterDSchedEventListener() argument 564 RegisterOnListener(const std::string& type, const sptr<IRemoteObject>& obj, int32_t callingUid) RegisterOnListener() argument 585 RegisterOffListener(const std::string& type, const sptr<IRemoteObject>& obj, int32_t callingUid) RegisterOffListener() argument 606 UnRegisterMissionListener(const std::u16string& devId, const sptr<IRemoteObject>& obj) UnRegisterMissionListener() argument [all...] |
| /foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
| H A D | mock_distributed_sched.cpp | 105 int32_t MockDistributedSched::RegisterMissionListener(const std::u16string& devId, const sptr<IRemoteObject>& obj) in RegisterMissionListener() argument 110 UnRegisterMissionListener(const std::u16string& devId, const sptr<IRemoteObject>& obj) UnRegisterMissionListener() argument
|
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
| H A D | js_ui_service_extension.cpp | 166 napi_value obj = jsObj_->GetNapiValue(); in Init() local 198 void JsUIServiceExtension::BindContext(napi_env env, napi_value obj) in BindContext() argument 534 napi_value obj = jsObj_->GetNapiValue(); in CallObjectMethod() local
|
| H A D | js_ui_service_extension_context.cpp | 553 napi_value obj = jsConnectionObject_->GetNapiValue(); in HandleOnAbilityConnectDone() local 596 napi_value obj = jsConnectionObject_->GetNapiValue(); in HandleOnAbilityDisconnectDone() local 652 napi_value obj = jsConnectionObject_->GetNapiValue(); CallJsFailed() local [all...] |
| /foundation/CastEngine/castengine_cast_plus_stream/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/ |
| H A D | js_service_extension.cpp | 53 sptr<IRemoteObject> GetNativeRemoteObject(napi_env env, napi_value obj) in GetNativeRemoteObject() argument 181 napi_value obj = jsObj_->GetNapiValue(); in Init() local 251 BindContext(napi_env env, napi_value obj) BindContext() argument 569 napi_value obj = jsObj_->GetNapiValue(); CallObjectMethod() local 625 napi_value obj = jsObj_->GetNapiValue(); CallOnConnect() local 661 napi_value obj = jsObj_->GetNapiValue(); CallOnDisconnect() local 791 napi_value obj = jsObj_->GetNapiValue(); Dump() local [all...] |
| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/ |
| H A D | js_ability_stage.cpp | 152 napi_value obj = jsAbilityStageObj_->GetNapiValue(); in OnCreate() local 186 napi_value obj = jsAbilityStageObj_->GetNapiValue(); in OnDestroy() local 214 napi_value obj = jsAbilityStageObj_->GetNapiValue(); in OnAcceptWant() local 248 napi_value obj = jsAbilityStageObj_->GetNapiValue(); OnNewProcessRequest() local 305 napi_value obj = jsAbilityStageObj_->GetNapiValue(); OnMemoryLevel() local 590 napi_value obj = jsAbilityStageObj_->GetNapiValue(); CallObjectMethod() local 749 napi_value obj = nullptr; SetJsAbilityStage() local [all...] |
| /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...] |
| /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...] |