| /base/telephony/cellular_call/services/manager/src/ |
| H A D | cellular_call_handler.cpp | 1811 std::shared_ptr<Int32Parcel> object = event->GetSharedObject<Int32Parcel>(); in RadioStateChangeProcess() local 1824 auto object = event->GetUniqueObject<RadioStateInfo>(); in GetRadioStateProcess() local [all...] |
| /base/telephony/core_service/test/unittest/core_service_gtest/ |
| H A D | zero_branch_test_sim_ril.cpp | 318 std::shared_ptr<void> object = nullptr; in HWTEST_F() local 459 std::shared_ptr<MultiRecordResult> object = nullptr; in HWTEST_F() local 632 std::shared_ptr<MultiRecordResult> object = std::make_shared<MultiRecordResult>(cmdData.get()); in HWTEST_F() local 897 std::unique_ptr<Telephony::IccFromRilMsg> object in HWTEST_F() local [all...] |
| /base/telephony/core_service/services/network_search/src/ |
| H A D | network_search_handler.cpp | 522 std::shared_ptr<Int32Parcel> object = event->GetSharedObject<Int32Parcel>(); in RadioStateChange() local 1464 auto object = event->GetSharedObject<std::string>(); in RadioResidentNetworkChange() local
|
| /base/telephony/cellular_data/services/src/ |
| H A D | cellular_data_handler.cpp | 326 std::unique_ptr<DataDisconnectParams> object = std::make_unique<DataDisconnectParams>(apn->GetApnType(), reason); in ClearConnection() local 770 std::unique_ptr<DataConnectionParams> object = std::make_unique<DataConnectionParams>( in EstablishDataConnection() local 1561 std::shared_ptr<Int32Parcel> object = event->GetSharedObject<Int32Parcel>(); in HandleRadioStateChanged() local 1594 std::shared_ptr<Int32Parcel> object = event->GetSharedObject<Int32Parcel>(); HandleDsdsModeChanged() local [all...] |
| /base/telephony/call_manager/services/call_manager_service/src/ |
| H A D | call_manager_service.cpp | 1515 AAFwk::WantParams object = AAFwk::WantParamWrapper::ParseWantParamsWithBrackets(info.extraParamsString); in SendCallUiEvent() local [all...] |
| /base/telephony/core_service/frameworks/js/esim/src/ |
| H A D | napi_esim.cpp | 882 napi_value object = NapiUtil::CreateUndefined(env); in DownloadProfile() local 1234 napi_value object = NapiUtil::CreateUndefined(env); in GetDownloadableProfileMetadata() local
|
| /base/telephony/sms_mms/frameworks/js/napi/src/ |
| H A D | napi_sms.cpp | 43 static void SetPropertyArray(napi_env env, napi_value object, const std::string &name, std::vector<unsigned char> pdu) in SetPropertyArray() argument 268 napi_value object = parameters[0]; in MatchSendMessageParameters() local 87 MatchObjectProperty( napi_env env, napi_value object, std::initializer_list<std::pair<std::string, napi_valuetype>> pairList) MatchObjectProperty() argument 297 GetOptionalProperty(napi_env env, napi_value object, SendMessageContext &context) GetOptionalProperty() argument 318 ParseMessageParameter( int32_t messageMatchResult, napi_env env, napi_value object, SendMessageContext &context) ParseMessageParameter() argument 409 napi_value object = parameters[0]; MatchSendShortMessageParameters() local 489 napi_value object = nullptr; CreateShortMessageValue() local 1294 napi_value object = CreateShortMessageValue(env, shortMessage); CreateSimShortMessageValue() local [all...] |
| H A D | napi_mms.cpp | 32 static void SetPropertyArray(napi_env env, napi_value object, const std::string &name, MmsAttachmentContext &context) in SetPropertyArray() argument 388 void ParseSendReqValue(napi_env env, napi_value object, MmsSendReqContext &sendReqContext) in ParseSendReqValue() argument 413 void ParseSendConfValue(napi_env env, napi_value object, MmsSendConfContext &sendConfContext) in ParseSendConfValue() argument 426 void ParseNotificationIndValue(napi_env env, napi_value object, MmsNotificationIndContext ¬ificationContext) in ParseNotificationIndValue() argument 447 void ParseRespIndValue(napi_env env, napi_value object, MmsRespIndContext &respIndContext) in ParseRespIndValue() argument 460 ParseRetrieveConfValue(napi_env env, napi_value object, MmsRetrieveConfContext &retrieveConfContext) ParseRetrieveConfValue() argument 486 ParseAcknowledgeIndValue(napi_env env, napi_value object, MmsAcknowledgeIndContext &acknowledgeIndContext) ParseAcknowledgeIndValue() argument 499 ParseDeliveryIndValue(napi_env env, napi_value object, MmsDeliveryIndContext &deliveryIndContext) ParseDeliveryIndValue() argument 513 ParseReadOrigIndValue(napi_env env, napi_value object, MmsReadOrigIndContext &readOrigIndContext) ParseReadOrigIndValue() argument 528 ParseReadRecIndValue(napi_env env, napi_value object, MmsReadRecIndContext &readRecIndContext) ParseReadRecIndValue() argument 546 napi_value object = nullptr; CreateDecodeMmsValue() local 608 ParseDecodeMmsParam(napi_env env, napi_value object, DecodeMmsContext &context) ParseDecodeMmsParam() argument 1118 ParseEncodeMmsParam(napi_env env, napi_value object, EncodeMmsContext &context) ParseEncodeMmsParam() argument [all...] |
| /base/telephony/core_service/services/sim/src/ |
| H A D | sim_file.cpp | 1517 std::shared_ptr<MultiRecordResult> object = event->GetSharedObject<MultiRecordResult>(); in ProcessGetPnnDone() local 1548 std::shared_ptr<MultiRecordResult> object = event->GetSharedObject<MultiRecordResult>(); in ProcessGetOplDone() local 1576 std::shared_ptr<MultiRecordResult> object = event->GetSharedObject<MultiRecordResult>(); ProcessGetOpl5gDone() local [all...] |
| /base/usb/usb_manager/services/native/src/ |
| H A D | usb_service.cpp | 2065 void UsbService::UsbdDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
|
| /base/time/time_service/services/ |
| H A D | time_system_ability.cpp | 891 void TimeSystemAbility::RSSSaDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
|
| /base/web/webview/interfaces/kits/napi/webviewcontroller/ |
| H A D | webview_javascript_result_callback.cpp | 1289 FindObjectIdInJsTd( napi_env env, napi_value object, JavaScriptOb::ObjectID* objectId) FindObjectIdInJsTd() argument 1688 AddObject( napi_env env, const napi_value& object, bool methodName, int32_t holder) AddObject() argument [all...] |
| /foundation/ability/ability_base/interfaces/kits/native/want/src/ |
| H A D | want.cpp | 1004 ArrayAddData(IInterface *object, std::vector<long> &array) ArrayAddData() argument [all...] |
| /foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
| H A D | app_mgr_proxy.cpp | 138 sptr<IRemoteObject> object = reply.ReadRemoteObject(); in GetAmsMgr() local
|
| /foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_ability_common/ |
| H A D | napi_context.cpp | 799 napi_value object = nullptr; in AfterWorkCallback() local 2832 static bool BindNapiJSContextFunction(napi_env env, napi_value object) in BindNapiJSContextFunction() argument 2911 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsRequestPermissionsFromUser() local 2922 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetBundleName() local 2933 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsVerifyPermission() local 2944 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetApplicationInfo() local 2955 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetProcessInfo() local 2966 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetElementName() local 2977 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetProcessName() local 2988 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetCallingBundle() local 2999 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetOrCreateLocalDir() local 3010 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetFilesDir() local 3021 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsIsUpdatingConfigurations() local 3032 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsPrintDrawnCompleted() local 3043 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetCacheDir() local 3054 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetCtxAppType() local 3065 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetCtxHapModuleInfo() local 3076 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetAppVersionInfo() local 3087 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetApplicationContext() local 3098 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetCtxAbilityInfo() local 3110 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsSetShowOnLockScreen() local 3124 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetOrCreateDistributedDir() local 3136 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsSetWakeUpScreen() local 3151 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsSetDisplayOrientation() local 3166 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetDisplayOrientation() local 3180 auto object = CheckParamsAndGetThis<NapiJsContext>(env, info); JsGetExternalCacheDir() local [all...] |
| /foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
| H A D | simulator.cpp | 609 napi_value object = nullptr; in CreateJsWant() local 790 napi_value object = nullptr; in LoadRuntimeEnv() local [all...] |
| /foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
| H A D | js_ability_context.cpp | 1876 napi_value object = nullptr; in WrapRequestDialogResult() local 1917 napi_value object in ConfigurationUpdated() local 1968 napi_value object = CreateJsBaseContext(env, context); CreateJsAbilityContext() local 2062 auto object = CreateJsAbilityContext(env, ptr); AttachJsUIAbilityContext() local [all...] |
| /foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
| H A D | ability_manager_interface.h | 968 virtual int RegisterSessionHandler(const sptr<IRemoteObject> &object) in RegisterSessionHandler() argument
|
| /foundation/ability/ability_runtime/services/appmgr/src/ |
| H A D | app_running_manager.cpp | 412 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local 1000 sptr<IRemoteObject> object = remote.promote(); in OnRemoteRenderDied() local 1352 sptr<IRemoteObject> object in OnChildProcessRemoteDied() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| H A D | jsi_view_register.cpp | 69 JSRef<JSObject> object = JSRef<JSObject>::New(); in CreateJsObjectFromJsonValue() local 86 JSRef<JSObject> object = JSRef<JSObject>::Make(obj); in RegisterCardUpdateCallback() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
| H A D | arkts_native_api_impl_bridge.cpp | 401 auto object = panda::ObjectRef::New(vm); in GetArkUINativeModule() local 2723 RegisterCheckboxAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterCheckboxAttributes() argument 2774 RegisterTextpickerAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterTextpickerAttributes() argument 2816 RegisterTimepickerAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterTimepickerAttributes() argument 2850 RegisterRatingAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterRatingAttributes() argument 2872 RegisterSliderAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterSliderAttributes() argument 2950 RegisterRadioAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterRadioAttributes() argument 2992 RegisterSelectAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterSelectAttributes() argument 3090 RegisterPanelAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterPanelAttributes() argument 3136 RegisterButtonAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterButtonAttributes() argument 3214 RegisterToggleAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterToggleAttributes() argument 3256 RegisterDividerAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterDividerAttributes() argument 3278 RegisterGridAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterGridAttributes() argument 3376 RegisterNavigationAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterNavigationAttributes() argument 3450 RegisterImageAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterImageAttributes() argument 3580 RegisterNavRouterAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterNavRouterAttributes() argument 3590 RegisterNavigatorAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterNavigatorAttributes() argument 3612 RegisterNodeContainerAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterNodeContainerAttributes() argument 3622 RegisterRenderNodeAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterRenderNodeAttributes() argument 3676 RegisterFrameNodeAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterFrameNodeAttributes() argument 3808 RegisterLineAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterLineAttributes() argument 3822 RegisterPathAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterPathAttributes() argument 3832 RegisterPolygonAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterPolygonAttributes() argument 3842 RegisterPolylineAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterPolylineAttributes() argument 3852 RegisterSideBarContainerAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterSideBarContainerAttributes() argument 3898 RegisterCalendarPickerAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterCalendarPickerAttributes() argument 3932 RegisterMenuItemAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterMenuItemAttributes() argument 3962 RegisterMenuAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterMenuAttributes() argument 3996 RegisterTabAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterTabAttributes() argument 4090 RegisterStepperItemAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterStepperItemAttributes() argument 4108 RegisterTabContentAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterTabContentAttributes() argument 4130 RegisterRefreshAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterRefreshAttributes() argument 4148 RegisterHyperlinkAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterHyperlinkAttributes() argument 4167 RegisterFormAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterFormAttributes() argument 4217 RegisterDatePickerAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterDatePickerAttributes() argument 4243 RegisterWaterFlowAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterWaterFlowAttributes() argument 4317 RegisterAlphabetIndexerAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterAlphabetIndexerAttributes() argument 4419 RegisterGaugeAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterGaugeAttributes() argument 4454 RegisterMarqueeAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterMarqueeAttributes() argument 4498 RegisterDataPanelAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterDataPanelAttributes() argument 4526 RegisterScrollableAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterScrollableAttributes() argument 4536 RegisterScrollAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterScrollAttributes() argument 4630 RegisterGridItemAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterGridItemAttributes() argument 4662 RegisterProgressAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterProgressAttributes() argument 4691 RegisterPluginAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterPluginAttributes() argument 4710 RegisterCommonShapeAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterCommonShapeAttributes() argument 4772 RegisterShapeAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterShapeAttributes() argument 4786 RegisterRectAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterRectAttributes() argument 4804 RegisterSwiperAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterSwiperAttributes() argument 4922 RegisterListItemAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterListItemAttributes() argument 4940 RegisterListAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterListAttributes() argument 5058 RegisterListItemGroupAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterListItemGroupAttributes() argument 5076 RegisterQRCodeAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterQRCodeAttributes() argument 5096 RegisterLoadingProgressAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterLoadingProgressAttributes() argument 5116 RegisterTextClockAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterTextClockAttributes() argument 5164 RegisterTextTimerAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterTextTimerAttributes() argument 5202 RegisterXComponentAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) RegisterXComponentAttributes() argument 5304 RegisterXComponentNodeAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterXComponentNodeAttributes() argument 5321 RegisterResourceAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterResourceAttributes() argument 5335 RegisterFlexAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterFlexAttributes() argument 5345 RegisterBadgeAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterBadgeAttributes() argument 5355 RegisterScrollBarAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) RegisterScrollBarAttributes() argument [all...] |
| H A D | arkts_native_render_node_bridge.cpp | 183 void RenderNodeBridge::FireDrawCallback(EcmaVM* vm, JsWeak<panda::CopyableGlobal<panda::ObjectRef>> object, in FireDrawCallback() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_search.cpp | 748 JSRef<JSObject> object = JSRef<JSObject>::Cast(info[0]); in JsBorder() local 806 void JSSearch::GetBorderRadiusByLengthMetrics(const char* key, JSRef<JSObject>& object, in GetBorderRadiusByLengthMetrics() argument 817 ParseAllBorderRadiuses(JSRef<JSObject>& object, CalcDimension& topLeft, CalcDimension& topRight, CalcDimension& bottomLeft, CalcDimension& bottomRight) ParseAllBorderRadiuses() argument 857 JSRef<JSObject> object = JSRef<JSObject>::Cast(args); ParseBorderRadius() local 967 JSRef<JSObject> object = objectTemplate->NewInstance(); CreateJSTextCommonEvent() local [all...] |
| /foundation/barrierfree/accessibility/services/test/xts/src/sa_perform_action_test/ |
| H A D | sa_perform_action_xts.cpp | 955 auto object = connection->GetProxy()->AsObject(); in DeleteConnectionAndDeathRecipient() local 1047 auto object = connection->GetCardProxy(treeId)->AsObject(); RemoveTreeDeathRecipient() local [all...] |
| /foundation/barrierfree/accessibility/frameworks/acfwk/src/ |
| H A D | accessibility_config_impl.cpp | 119 auto object = samgr->GetSystemAbility(ACCESSIBILITY_MANAGER_SERVICE_ID); in InitAccessibilityServiceProxy() local 181 auto object = samgr->GetSystemAbility(ACCESSIBILITY_MANAGER_SERVICE_ID); in LoadSystemAbilitySuccess() local 268 sptr<IRemoteObject> object = serviceProxy_->AsObject(); ResetService() local [all...] |