Home
last modified time | relevance | path

Searched defs:object (Results 626 - 650 of 2423) sorted by relevance

1...<<21222324252627282930>>...97

/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dcast_service_listener_impl_stub.cpp76 auto object = data.ReadRemoteObject(); in GetCastSession() local
/foundation/CastEngine/castengine_wifi_display/services/interaction/domain/rpc/
H A Ddomain_rpc_service_stub.cpp73 sptr<IRemoteObject> object = data.ReadRemoteObject(); in SetListenerObject() local
78 int32_t DomainRpcServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
H A Ddomain_rpc_service.cpp79 sptr<IRemoteObject> object = stub->AsObject(); in GetSubSystemAbility() local
H A Ddomain_rpc_client.cpp60 sptr<IRemoteObject> object = saMgr->GetSystemAbility(SHARING_SERVICE_DOMAIN_TEMP_SA_ID, deviceId); in GetDomainProxy() local
110 sptr<IRemoteObject> object = domainProxy_->GetSubSystemAbility(type); in GetSubProxy() local
135 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local
/foundation/ability/ability_runtime/frameworks/js/napi/auto_fill_manager/
H A Djs_auto_save_request_callback.cpp110 auto object = callback->GetNapiValue(); in IsJsCallbackEquals() local
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/connection/
H A Djs_ui_service_host_proxy.cpp38 napi_value object = nullptr; in CreateJsUIServiceHostProxy() local
H A Djs_ui_service_proxy.cpp33 napi_value object = nullptr; in CreateJsUIServiceProxy() local
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/remote_register_service_proxy_test/
H A Dremote_register_service_proxy_test.cpp117 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); in HWTEST_F() local
139 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); in HWTEST_F() local
161 sptr<MockRegisterService> object = nullptr; in HWTEST_F() local
183 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); in HWTEST_F() local
205 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
229 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
252 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
274 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
293 sptr<MockRegisterService> object = nullptr; HWTEST_F() local
312 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
331 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
352 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
374 sptr<MockRegisterService> object = nullptr; HWTEST_F() local
396 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
418 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
441 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
464 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
485 sptr<MockRegisterService> object = nullptr; HWTEST_F() local
506 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
527 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); HWTEST_F() local
[all...]
/foundation/ability/ability_base/interfaces/inner_api/base/src/
H A Duser_object_wrapper.cpp57 sptr<IUserObject> object = sptr<UserObject>::MakeSptr(value); in Box() local
64 std::shared_ptr<UserObjectBase> UserObject::Unbox(IUserObject *object) in Unbox() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params_wrapper.cpp84 sptr<IWantParams> object = new (std::nothrow)WantParamWrapper(value); in Box() local
90 sptr<IWantParams> object = new (std::nothrow) WantParamWrapper(std::move(value)); in Box() local
94 WantParams WantParamWrapper::Unbox(IWantParams *object) in Unbox() argument
/foundation/ability/ability_runtime/frameworks/js/napi/application_context_constant/
H A Dapplication_context_constant_module.cpp25 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem() argument
42 napi_value object; in InitAreaModeObject() local
56 napi_value object = nullptr; InitProcessModeObject() local
68 napi_value object = nullptr; InitStartupVisibilityObject() local
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/ability_manager/
H A Djs_ability_manager_utils.cpp135 napi_value object = nullptr; in CreateJsAbilityStateData() local
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/mission_manager/
H A Djs_mission_info_utils.cpp70 napi_value object = nullptr; in CreateJsWantParams() local
126 InnerWrapJsWantParamsWantParams( napi_env env, napi_value object, const std::string &key, const AAFwk::WantParams &wantParams) InnerWrapJsWantParamsWantParams() argument
141 WrapJsWantParamsArray(napi_env env, napi_value object, const std::string &key, sptr<AAFwk::IArray> &ao) WrapJsWantParamsArray() argument
[all...]
/foundation/ability/ability_runtime/frameworks/js/napi/ability_auto_startup_callback/
H A Djs_ability_auto_startup_callback.cpp139 auto object = callback->GetNapiValue(); in IsJsCallbackEquals() local
/foundation/ability/ability_runtime/frameworks/js/napi/configuration_constant/
H A Dconfiguration_constant_module.cpp22 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem() argument
39 napi_value object; in InitColorModeObject() local
51 napi_value object; in InitTimeFormatObject() local
63 napi_value object; InitDirectionObject() local
75 napi_value object; InitScreenDensityObject() local
[all...]
H A Dconfiguration_constant_napi_module.cpp22 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem() argument
39 napi_value object; in InitColorModeObject() local
51 napi_value object; in InitTimeFormatObject() local
63 napi_value object; InitDirectionObject() local
75 napi_value object; InitScreenDensityObject() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_data_struct_converter.cpp29 napi_value object = nullptr; in CreateJsWantObject() local
48 napi_value object = nullptr; CreateJsAbilityInfo() local
60 napi_value object = nullptr; CreateJsApplicationInfo() local
72 napi_value object = nullptr; CreateJsLaunchParam() local
86 napi_value object = nullptr; CreateJsConfiguration() local
133 napi_value object = nullptr; CreateJsExtensionAbilityInfo() local
145 napi_value object = nullptr; CreateJsHapModuleInfo() local
[all...]
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_data_converter.cpp98 napi_value object = nullptr; in CreateJsConfiguration() local
129 napi_value object = nullptr; CreateJsApplicationInfo() local
142 napi_value object = nullptr; CreateJsHapModuleInfo() local
155 napi_value object = nullptr; CreateJsAbilityInfo() local
[all...]
/foundation/ability/ability_runtime/js_environment/test/unittest/uncaught_exception_callback_test/
H A Duncaught_exception_callback_test.cpp72 napi_value object = nullptr; in HWTEST_F() local
118 napi_value object = nullptr; HWTEST_F() local
151 napi_value object = nullptr; HWTEST_F() local
179 napi_value object = nullptr; HWTEST_F() local
213 napi_value object = nullptr; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/appmgr_test_service/src/
H A Dappmgr_test_service.cpp91 auto object = event->GetUniqueObject<std::pair<sptr<AbilityScheduler>, int>>(); in ScheduleAbilityTransaction() local
126 auto object = event->GetUniqueObject<std::pair<sptr<AbilityScheduler>, Want>>(); in ScheduleConnectAbilityTransaction() local
134 auto object = event->GetUniqueObject<sptr<AbilityScheduler>>(); in ScheduleDisconnectAbilityTransaction() local
/foundation/ability/ability_runtime/frameworks/js/napi/app/app_manager/
H A Djs_app_manager_utils.cpp30 napi_value object = nullptr; in CreateJsAppStateData() local
46 napi_value object = nullptr; in CreateJsAbilityStateData() local
68 napi_value object = nullptr; CreateJsProcessData() local
108 napi_value object = nullptr; CreateJsProcessRunningInfo() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_impl.cpp45 napi_value object = JsPhotoEditorExtensionContext::CreateJsPhotoEditorExtensionContext(env, ptr); in AttachUIExtensionContext() local
/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/app/
H A Djs_ability_stage_context.cpp37 napi_value object = jsContext->GetNapiValue(); in ConfigurationUpdated() local
83 auto object = CreateJsAbilityStageContext(env, ptr); in AttachAbilityStageContext() local
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dextension_impl_test.cpp346 auto object = impl->ConnectExtension(want); in HWTEST_F() local
372 auto object = impl->ConnectExtension(want); in HWTEST_F() local
/foundation/CastEngine/castengine_wifi_display/services/interaction/interprocess/
H A Dinter_ipc_client.cpp64 sptr<IRemoteObject> object = saMgr->GetSystemAbility(SHARING_SERVICE_TEMP_SA_ID); in GetSharingProxy() local
96 sptr<IRemoteObject> object = domainProxy_->GetSubSystemAbility(key, className); in GetSubProxy() local
125 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local

Completed in 10 milliseconds

1...<<21222324252627282930>>...97