Home
last modified time | relevance | path

Searched defs:object (Results 2076 - 2100 of 2427) sorted by relevance

1...<<81828384858687888990>>...98

/foundation/barrierfree/accessibility/frameworks/aafwk/src/
H A Daccessible_ability_client_impl.cpp106 sptr<IRemoteObject> object = samgr->GetSystemAbility(ACCESSIBILITY_MANAGER_SERVICE_ID); in InitAccessibilityServiceProxy() local
208 sptr<IRemoteObject> object = samgr->GetSystemAbility(ACCESSIBILITY_MANAGER_SERVICE_ID); in LoadSystemAbilitySuccess() local
1063 sptr<IRemoteObject> object = serviceProxy_->AsObject(); in NotifyServiceDied() local
1085 sptr<IRemoteObject> object = channelClient_->GetRemote(); ResetAAClient() local
[all...]
/foundation/barrierfree/accessibility/services/test/xts/src/samgr_register_element_test/
H A Dsamgr_register_element_test.cpp955 auto object = connection->GetProxy()->AsObject(); in DeleteConnectionAndDeathRecipient() local
1047 auto object = connection->GetCardProxy(treeId)->AsObject(); RemoveTreeDeathRecipient() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Djs_fwk_common.cpp53 void JerrySetNamedProperty(jerry_value_t object, const char * const name, jerry_value_t propValue) in JerrySetNamedProperty() argument
58 void JerrySetNumberProperty(jerry_value_t object, const char * const name, double value) in JerrySetNumberProperty() argument
65 void JerrySetStringProperty(jerry_value_t object, const char * const name, const char * const value) in JerrySetStringProperty() argument
72 void JerrySetStringProperty(jerry_value_t object, const char * const name, const char * const value, uint32_t length) in JerrySetStringProperty() argument
79 char *JerryMallocStringProperty(const jerry_value_t object, const char * const name, uint16_t &length) in JerryMallocStringProperty() argument
87 JerryGetIntegerProperty(jerry_value_t object, const char * const name) JerryGetIntegerProperty() argument
95 JerryGetBoolProperty(jerry_value_t object, const char * const name, bool &outValue) JerryGetBoolProperty() argument
108 JerrySetFuncProperty(jerry_value_t object, const char * const name, jerry_external_handler_t handler) JerrySetFuncProperty() argument
[all...]
/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp5279 napi_value object = nullptr; HWTEST_F() local
5330 napi_value object = nullptr; HWTEST_F() local
5395 napi_value object = nullptr; HWTEST_F() local
5447 napi_value object = nullptr; HWTEST_F() local
5499 napi_value object = nullptr; HWTEST_F() local
5551 napi_value object = nullptr; HWTEST_F() local
5616 napi_value object = nullptr; HWTEST_F() local
5693 napi_value object = nullptr; HWTEST_F() local
5744 napi_value object = nullptr; HWTEST_F() local
5809 napi_value object = nullptr; HWTEST_F() local
5861 napi_value object = nullptr; HWTEST_F() local
5913 napi_value object = nullptr; HWTEST_F() local
5965 napi_value object = nullptr; HWTEST_F() local
6030 napi_value object = nullptr; HWTEST_F() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h438 T1* object; member
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_server_profile.cpp258 auto object = static_cast<GattServerProfile::impl *>(context); in ReceiveData() local
321 auto object = static_cast<GattServerProfile::impl *>(context); ReceiveResponseResult() local
[all...]
H A Dgatt_client_profile.cpp879 auto object = static_cast<GattClientProfile::impl *>(context); in ReceiveData() local
965 auto object = static_cast<GattClientProfile::impl *>(context); in ReceiveRequestResult() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp812 sptr<IRemoteObject> object = nullptr; in GetProfile() local
822 sptr<IRemoteObject> object = nullptr; in GetBleRemote() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_host_impl.cpp1723 void InstalldHostImpl::LoadNeedCreateSandbox(const nlohmann::json &object, std::vector<std::string> &typeList) in LoadNeedCreateSandbox() argument
1742 bool InstalldHostImpl::LoadExtensionNeedCreateSandbox(const nlohmann::json &object, std::string extensionTypeName) in LoadExtensionNeedCreateSandbox() argument
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp3844 const sptr<IRemoteObject> object; in HWTEST_F() local
3860 const sptr<IRemoteObject> object; in HWTEST_F() local
3876 const sptr<IRemoteObject> object; in HWTEST_F() local
5271 sptr<IRemoteObject> object; in HWTEST_F() local
5296 sptr<IRemoteObject> object; in HWTEST_F() local
5316 sptr<IRemoteObject> object; HWTEST_F() local
5339 sptr<IRemoteObject> object; HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/interrupt/
H A Daudio_interrupt_service.cpp139 sptr<IRemoteObject> object = samgr->GetSystemAbility(AUDIO_DISTRIBUTED_SERVICE_ID); in GetAudioServerProxy() local
456 int32_t AudioInterruptService::SetAudioManagerInterruptCallback(const sptr<IRemoteObject> &object) in SetAudioManagerInterruptCallback() argument
521 SetAudioInterruptCallback(const int32_t zoneId, const uint32_t sessionId, const sptr<IRemoteObject> &object, uint32_t uid) SetAudioInterruptCallback() argument
2008 AudioInterruptClient( const std::shared_ptr<AudioInterruptCallback> &callback, const sptr<IRemoteObject> &object, const sptr<AudioInterruptDeathRecipient> &deathRecipient) AudioInterruptClient() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp360 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleSetParameterCallback() local
580 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleRegiestPolicyProvider() local
589 sptr<IRemoteObject> object = data.ReadRemoteObject(); in HandleSetWakeupSourceCallback() local
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_system_manager.cpp167 sptr<IRemoteObject> object = samgr->GetSystemAbility(AUDIO_DISTRIBUTED_SERVICE_ID); in GetAudioSystemManagerProxy() local
1365 sptr<IRemoteObject> object = wakeupCloseCbStub->AsObject(); in RegisterWakeupSourceCallback() local
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp1863 int32_t AudioPolicyProxy::SetAudioDeviceAnahsCallback(const sptr<IRemoteObject> &object) in SetAudioDeviceAnahsCallback() argument
911 RegisterTracker(AudioMode &mode, AudioStreamChangeInfo &streamChangeInfo, const sptr<IRemoteObject> &object) RegisterTracker() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp202 std::shared_ptr<RSPixelMapShader> object = std::make_shared<RSPixelMapShader>(); in UnmarshallingExtendObjectToDrawCmdList() local
1755 std::shared_ptr<RSExtendImageObject> object; Unmarshalling() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_base.cpp555 binder_size_t* object = reinterpret_cast<binder_size_t*>(parcel.GetObjectOffsets()); in MarshalRenderModifier() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp160 binder_size_t* object = reinterpret_cast<binder_size_t*>(old.GetObjectOffsets()); in CopyFileDescriptor() local
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp449 static napi_status NapiUnwrap(napi_env env, napi_value object, void** result, bool isSendable = true) in NapiUnwrap() argument
H A Dsendable_image_source_napi.cpp261 static bool hasNamedProperty(napi_env env, napi_value object, const std::string& name) in hasNamedProperty() argument
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Davplayer_callback.cpp1450 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetApiversion() local
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_access_helper_napi.cpp293 static napi_status AddIntegerNamedProperty(napi_env env, napi_value object, in AddIntegerNamedProperty() argument
[all...]
/foundation/multimedia/player_framework/frameworks/native/capi/player/
H A Dnative_avplayer.cpp893 PlayerObject *object = new(std::nothrow) PlayerObject(player); in OH_AVPlayer_Create() local
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp108 napi_value object = nullptr; in GetInstance() local
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp1308 sptr<IRemoteObject> object = samgr->CheckSystemAbility(it.first); in LoadSa() local
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp1255 void BgContinuousTaskMgr::OnRemoteSubscriberDied(const wptr<IRemoteObject> &object) in OnRemoteSubscriberDied() argument
1269 void BgContinuousTaskMgr::OnRemoteSubscriberDiedInner(const wptr<IRemoteObject> &object) in OnRemoteSubscriberDiedInner() argument
[all...]

Completed in 77 milliseconds

1...<<81828384858687888990>>...98