| /foundation/barrierfree/accessibility/frameworks/aafwk/src/ |
| H A D | accessible_ability_client_impl.cpp | 106 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 D | samgr_register_element_test.cpp | 955 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 D | js_fwk_common.cpp | 53 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 D | test_napi.cpp | 5279 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 D | napi_bluetooth_utils.h | 438 T1* object; member [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
| H A D | gatt_server_profile.cpp | 258 auto object = static_cast<GattServerProfile::impl *>(context); in ReceiveData() local 321 auto object = static_cast<GattServerProfile::impl *>(context); ReceiveResponseResult() local [all...] |
| H A D | gatt_client_profile.cpp | 879 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 D | bluetooth_host_server.cpp | 812 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 D | installd_host_impl.cpp | 1723 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 D | bms_bundle_quick_fix_test.cpp | 3844 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 D | audio_interrupt_service.cpp | 139 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 D | audio_manager_stub.cpp | 360 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 D | audio_system_manager.cpp | 167 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 D | audio_policy_proxy.cpp | 1863 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 D | rs_marshalling_helper.cpp | 202 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 D | rs_profiler_base.cpp | 555 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 D | rs_render_service_connection_stub.cpp | 160 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 D | sendable_pixel_map_napi.cpp | 449 static napi_status NapiUnwrap(napi_env env, napi_value object, void** result, bool isSendable = true) in NapiUnwrap() argument
|
| H A D | sendable_image_source_napi.cpp | 261 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 D | avplayer_callback.cpp | 1450 sptr<IRemoteObject> object = samgr->GetSystemAbility(BUNDLE_MGR_SERVICE_SYS_ABILITY_ID); in GetApiversion() local
|
| /foundation/multimedia/media_library/frameworks/js/src/sendable/ |
| H A D | sendable_photo_access_helper_napi.cpp | 293 static napi_status AddIntegerNamedProperty(napi_env env, napi_value object, in AddIntegerNamedProperty() argument [all...] |
| /foundation/multimedia/player_framework/frameworks/native/capi/player/ |
| H A D | native_avplayer.cpp | 893 PlayerObject *object = new(std::nothrow) PlayerObject(player); in OH_AVPlayer_Create() local
|
| /foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
| H A D | js_pointer_context.cpp | 108 napi_value object = nullptr; in GetInstance() local
|
| /foundation/resourceschedule/work_scheduler/services/native/src/ |
| H A D | work_scheduler_service.cpp | 1308 sptr<IRemoteObject> object = samgr->CheckSystemAbility(it.first); in LoadSa() local
|
| /foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
| H A D | bg_continuous_task_mgr.cpp | 1255 void BgContinuousTaskMgr::OnRemoteSubscriberDied(const wptr<IRemoteObject> &object)
in OnRemoteSubscriberDied() argument 1269 void BgContinuousTaskMgr::OnRemoteSubscriberDiedInner(const wptr<IRemoteObject> &object)
in OnRemoteSubscriberDiedInner() argument [all...] |