Home
last modified time | relevance | path

Searched defs:object (Results 751 - 775 of 2039) sorted by relevance

1...<<31323334353637383940>>...82

/foundation/multimedia/player_framework/services/services/avmetadatahelper/client/
H A Davmetadatahelper_client.cpp102 sptr<IRemoteObject> object = dataSrcStub_->AsObject(); in SetSource() local
177 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local
[all...]
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp179 auto object = samgr->GetSystemAbility(PLAYER_DISTRIBUTED_SERVICE_ID); in CreateMediaLibrary() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_appstate_observer.cpp45 sptr<IRemoteObject> object = systemAbilityManager->GetSystemAbility(APP_MGR_SERVICE_ID); in GetAppManagerInstance() local
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_service_stub.cpp122 int32_t MediaServiceStub::SetDeathListener(const sptr<IRemoteObject> &object) in SetDeathListener() argument
/foundation/multimodalinput/input/test/fuzztest/setmousescrollrows_fuzzer/
H A Dsetmousescrollrows_fuzzer.cpp29 size_t GetObject(T &object, const uint8_t *data, size_t size) in GetObject() argument
/foundation/multimedia/player_framework/services/services/transcoder/ipc/
H A Dtranscoder_service_proxy.cpp38 int32_t TransCoderServiceProxy::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
/foundation/multimedia/player_framework/services/services/transcoder/client/
H A Dtranscoder_client.cpp77 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local
/foundation/multimodalinput/input/test/fuzztest/updatedisplayinfo_fuzzer/
H A Dupdatedisplayinfo_fuzzer.cpp32 size_t GetObject(const uint8_t *data, size_t size, T &object) in GetObject() argument
45 size_t GetString(const uint8_t *data, size_t size, char *object, size_t itemSize) in GetString() argument
/foundation/multimodalinput/input/util/napi/src/
H A Dutil_napi_value.cpp27 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, bool value) in SetNameProperty() argument
37 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint16_t value) in SetNameProperty() argument
47 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint32_t value) in SetNameProperty() argument
57 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, int32_t value) in SetNameProperty() argument
67 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, float value) in SetNameProperty() argument
77 SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, double value) SetNameProperty() argument
87 SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, int64_t value) SetNameProperty() argument
97 SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, std::string value) SetNameProperty() argument
107 SetNameProperty( const napi_env &env, napi_value &object, const std::string &name, std::optional<KeyEvent::KeyItem> &value) SetNameProperty() argument
121 SetNameProperty( const napi_env &env, napi_value &object, const std::string &name, std::vector<KeyEvent::KeyItem> &value) SetNameProperty() argument
146 SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, napi_value value) SetNameProperty() argument
152 GetNamePropertyBool(const napi_env &env, const napi_value &object, const std::string &name) GetNamePropertyBool() argument
171 GetNamePropertyString(const napi_env &env, const napi_value &object, const std::string &name) GetNamePropertyString() argument
193 GetNamePropertyInt32(const napi_env &env, const napi_value &object, const std::string &name) GetNamePropertyInt32() argument
211 GetNamePropertyInt64(const napi_env &env, const napi_value &object, const std::string &name) GetNamePropertyInt64() argument
229 GetNamePropertyUint32(const napi_env &env, const napi_value &object, const std::string &name) GetNamePropertyUint32() argument
247 GetNamePropertyKeyItem(const napi_env &env, const napi_value &object, const std::string &name) GetNamePropertyKeyItem() argument
262 GetNamePropertyKeyItems( const napi_env &env, const napi_value &object, const std::string &name) GetNamePropertyKeyItems() argument
[all...]
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerservicestub_fuzzer/
H A Dplayerservicestub_fuzzer.cpp74 sptr<IRemoteObject> object = samgr->GetSystemAbility(OHOS::PLAYER_DISTRIBUTED_SERVICE_ID); in FuzzServiceStub() local
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dbackground_task_subscriber.cpp52 void BackgroundTaskSubscriber::OnRemoteDied(const wptr<IRemoteObject> &object) {} in OnRemoteDied() argument
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dbundle_manager_helper.cpp149 void BundleManagerHelper::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_bundle_manager_helper.cpp111 void BundleManagerHelper::OnRemoteDied(const wptr<IRemoteObject> &object) {} in OnRemoteDied() argument
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_client.cpp290 auto object = samgrProxy->GetSystemAbility(MEMORY_MANAGER_SA_ID); in GetMemMgrService() local
/foundation/resourceschedule/memmgr/test/unittest/phone/
H A Dinnerkits_test.cpp65 void AppStateSubscriberTest::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/mock/parcel_abnormal/src/
H A Dmock_message_parcel.cpp89 bool MessageParcel::WriteRemoteObject(const sptr<IRemoteObject> &object) in WriteRemoteObject() argument
122 bool Parcel::WriteParcelable(const Parcelable *object) in WriteParcelable() argument
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dbackground_task_observer.cpp185 void BackgroundTaskObserver::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() argument
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_client.cpp53 sptr<IRemoteObject> object = samgr->CheckSystemAbility(SOC_PERF_SERVICE_SA_ID); in CheckClientValid() local
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dservice_registry.cpp45 explicit ServiceRegistryProxy(const sptr<IRemoteObject>& object) in ServiceRegistryProxy() argument
/foundation/window/window_manager/test/fuzztest/dms/displaymanager_fuzzer/
H A Ddisplaymanager_fuzzer.cpp62 size_t GetObject(T &object, const uint8_t *data, size_t size) in GetObject() argument
/foundation/window/window_manager/test/fuzztest/dms/screenmanager_fuzzer/
H A Dscreenmanager_fuzzer.cpp59 size_t GetObject(T &object, const uint8_t *data, size_t size) in GetObject() argument
/foundation/window/window_manager/test/fuzztest/wms/windowagent_fuzzer/
H A Dwindow_agent_fuzzer.cpp37 size_t GetObject(T& object, const uint8_t* data, size_t size) in GetObject() argument
/foundation/window/window_manager/test/fuzztest/wms/windowutilmath_fuzzer/
H A Dwindowutilmath_fuzzer.cpp35 size_t GetObject(T& object, const uint8_t* data, size_t size) in GetObject() argument
/foundation/window/window_manager/extension/extension_connection/src/
H A Dwindow_extension_connection.cpp98 sptr<IRemoteObject> object = wptrDeath.promote(); in OnRemoteDied() local
/foundation/window/window_manager/test/fuzztest/dms/screen_fuzzer/
H A Dscreen_fuzzer.cpp35 size_t GetObject(T &object, const uint8_t *data, size_t size) in GetObject() argument

Completed in 12 milliseconds

1...<<31323334353637383940>>...82