Home
last modified time | relevance | path

Searched defs:object (Results 826 - 850 of 1464) sorted by relevance

1...<<31323334353637383940>>...59

/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dexporter.cpp48 bool Exporter::MarkExported(const IObject::ConstPtr& object) in MarkExported() argument
67 ISerNode::Ptr Exporter::Export(const IObject::ConstPtr& object) in Export() argument
80 ISerNode::Ptr Exporter::CreateObjectNode(const IObject::ConstPtr& object, BASE_NS::shared_ptr<MapNode> node) in CreateObjectNode() argument
98 CreateObjectRefNode(const IObject::ConstPtr& object) CreateObjectRefNode() argument
108 ExportObject(const IObject::ConstPtr& object, ISerNode::Ptr& res) ExportObject() argument
127 AutoExportObject(const IObject::ConstPtr& object) AutoExportObject() argument
134 AutoExportObjectMembers(const IObject::ConstPtr& object, BASE_NS::vector<NamedNode>& members) AutoExportObjectMembers() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_ashmem_helper.cpp185 binder_size_t* object = reinterpret_cast<binder_size_t*>(dataParcel->GetObjectOffsets()); in CopyFileDescriptor() local
200 binder_size_t* object = reinterpret_cast<binder_size_t*>(dataParcel->GetObjectOffsets()); in InjectFileDescriptor() local
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.h1372 T *object = reinterpret_cast<T *>(other); operator =() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/platform/eventhandler/
H A Dinner_event.h77 static inline Pointer Get(uint32_t innerEventId, const std::shared_ptr<T> &object, int64_t param = 0) in Get() argument
93 static inline Pointer Get(uint32_t innerEventId, const std::weak_ptr<T> &object, int64_t param = 0) in Get() argument
109 Get(uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t param = 0) Get() argument
125 Get(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t param = 0) Get() argument
141 Get(uint32_t innerEventId, int64_t param, const std::shared_ptr<T> &object) Get() argument
157 Get(uint32_t innerEventId, int64_t param, const std::weak_ptr<T> &object) Get() argument
173 Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &&object) Get() argument
189 Get(uint32_t innerEventId, int64_t param, std::unique_ptr<T, D> &object) Get() argument
324 std::unique_ptr<T> &object = *reinterpret_cast<std::unique_ptr<T> *>(smartPtr_); GetUniqueObject() local
341 std::unique_ptr<T, D> &object = *reinterpret_cast<std::unique_ptr<T, D> *>(smartPtr_); GetUniqueObject() local
419 SaveSharedPtr(const T &object) SaveSharedPtr() argument
427 SaveUniquePtr(T &object) SaveUniquePtr() argument
[all...]
H A Devent_handler.h177 inline bool SendEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, int64_t delayTime = 0) in SendEvent() argument
191 inline bool SendEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, int64_t delayTime = 0) in SendEvent() argument
205 SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t delayTime = 0) SendEvent() argument
219 SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t delayTime = 0) SendEvent() argument
266 SendImmediateEvent(uint32_t innerEventId, const std::shared_ptr<T> &object) SendImmediateEvent() argument
279 SendImmediateEvent(uint32_t innerEventId, const std::weak_ptr<T> &object) SendImmediateEvent() argument
292 SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object) SendImmediateEvent() argument
305 SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object) SendImmediateEvent() argument
356 SendHighPriorityEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, int64_t delayTime = 0) SendHighPriorityEvent() argument
370 SendHighPriorityEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, int64_t delayTime = 0) SendHighPriorityEvent() argument
384 SendHighPriorityEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t delayTime = 0) SendHighPriorityEvent() argument
398 SendHighPriorityEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t delayTime = 0) SendHighPriorityEvent() argument
585 SendSyncEvent( uint32_t innerEventId, const std::shared_ptr<T> &object, Priority priority = Priority::LOW) SendSyncEvent() argument
600 SendSyncEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, Priority priority = Priority::LOW) SendSyncEvent() argument
614 SendSyncEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, Priority priority = Priority::LOW) SendSyncEvent() argument
628 SendSyncEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, Priority priority = Priority::LOW) SendSyncEvent() argument
733 SendTimingEvent( uint32_t innerEventId, const std::shared_ptr<T> &object, int64_t taskTime, Priority priority = Priority::LOW) SendTimingEvent() argument
749 SendTimingEvent( uint32_t innerEventId, const std::weak_ptr<T> &object, int64_t taskTime, Priority priority = Priority::LOW) SendTimingEvent() argument
765 SendTimingEvent( uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t taskTime, Priority priority = Priority::LOW) SendTimingEvent() argument
781 SendTimingEvent( uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t taskTime, Priority priority = Priority::LOW) SendTimingEvent() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp229 std::shared_ptr<ExtendImageObject> object = std::make_shared<ImageObject>(); in HWTEST_F() local
252 std::shared_ptr<ExtendImageBaseObj> object = std::make_shared<ImageBaseObj>(); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h53 object, member in json::type
124 new (&object_) object(std::move(rhs.object_)); variable
277 HasKey(const value& object, const string_t key) HasKey() argument
289 GetKey(const value& object, const string_t key) GetKey() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/kits_impl/src/
H A Dstorage_manager_connect.cpp44 auto object = sam->GetSystemAbility(STORAGE_MANAGER_MANAGER_ID); in Connect() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dshader_effect.cpp179 std::shared_ptr<ShaderEffect> ShaderEffect::CreateExtendShader(std::shared_ptr<ExtendObject> object) in CreateExtendShader() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h40 object, member in json::type
244 new (&object_) object(BASE_NS::move(rhs.object_)); global() variable
280 new (&object_) object(BASE_NS::move(rhs.object_)); global() variable
[all...]
/foundation/graphic/graphic_3d/kits/js/include/
H A DBaseObjectJS.h45 static void destroy(TrueRootObject* object) in destroy() argument
/foundation/multimedia/media_foundation/services/media_monitor/client/src/
H A Dmedia_monitor_manager.cpp61 sptr<IRemoteObject> object = smmgr->CheckSystemAbility(MEDIA_MONITOR_SERVICE_ID); in GetMediaMonitorProxy() local
/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server_manager.cpp93 int32_t AVCodecServerManager::CreateStubObject(StubType type, sptr<IRemoteObject> &object) in CreateStubObject() argument
115 int32_t AVCodecServerManager::CreateCodecListStubObject(sptr<IRemoteObject> &object) in CreateCodecListStubObject() argument
131 int32_t AVCodecServerManager::CreateCodecStubObject(sptr<IRemoteObject> &object) in CreateCodecStubObject() argument
164 DestroyStubObject(StubType type, sptr<IRemoteObject> object) DestroyStubObject() argument
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/src/deferred_proc_session/
H A Ddeferred_photo_proc_session.cpp203 sptr<IRemoteObject> object = remoteSession_->AsObject(); in SetDeferredPhotoSession() local
248 sptr<IRemoteObject> object = nullptr; in ConnectDeferredProcessingSession() local
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionserviceproxy_fuzzer/
H A Davsessionserviceproxy_fuzzer.cpp151 auto object = mgr->GetSystemAbility(AVSESSION_SERVICE_ID); in FuzzSendRequest() local
34 FuzzDoProxyTaskOne(std::shared_ptr<AVSessionServiceProxyFuzzerTest> avServiceProxy, uint8_t* data, size_t size, sptr<IRemoteObject> object) FuzzDoProxyTaskOne() argument
127 FuzzDoProxyTask(std::shared_ptr<AVSessionServiceProxyFuzzerTest> avServiceProxy, uint8_t* data, size_t size, sptr<IRemoteObject> object) FuzzDoProxyTask() argument
[all...]
/foundation/multimedia/drm_framework/services/drm_service/server/src/
H A Dmediakeysystem_service_stub.cpp382 int32_t MediaKeySystemServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
412 sptr<IRemoteObject> object = data.ReadRemoteObject(); in ProcessSetListenerObject() local
/foundation/multimedia/camera_framework/test/fuzztest/streamcapturestub_fuzzer/
H A Dstream_capture_stub_fuzzer.cpp203 auto object = samgr->GetSystemAbility(AUDIO_POLICY_SERVICE_ID); in Test_HandleSetCallback() local
/foundation/multimedia/drm_framework/frameworks/native/drm/
H A Dmedia_key_system_impl.cpp29 sptr<IRemoteObject> object = serviceProxy_->AsObject(); in MediaKeySystemImpl() local
74 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local
86 sptr<IRemoteObject> object = serviceProxy_->AsObject(); in Release() local
[all...]
H A Dkey_session_impl.cpp30 sptr<IRemoteObject> object = keySessionServiceProxy_->AsObject(); in MediaKeySessionImpl() local
56 sptr<IRemoteObject> object = listenerStub_->AsObject(); in CreateListenerObject() local
91 sptr<IRemoteObject> object = keySessionServiceProxy_->AsObject(); in Release() local
[all...]
/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dcodec_service_stub.cpp208 int32_t CodecServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
411 sptr<IRemoteObject> object = data.ReadRemoteObject(); in SetListenerObject() local
520 sptr<IRemoteObject> object = surface->GetProducer()->AsObject(); in CreateInputSurface() local
531 sptr<IRemoteObject> object = data.ReadRemoteObject(); in SetOutputSurface() local
632 sptr<IRemoteObject> object = data.ReadRemoteObject(); SetDecryptConfig() local
[all...]
H A Dcodec_service_proxy.cpp38 int32_t CodecServiceProxy::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
249 sptr<IRemoteObject> object = reply.ReadRemoteObject(); in CreateInputSurface() local
268 sptr<IRemoteObject> object = producer->AsObject(); in SetOutputSurface() local
479 sptr<IRemoteObject> object = keySession->AsObject(); SetDecryptConfig() local
[all...]
/foundation/multimedia/av_session/services/session/server/test/
H A Davcontroller_callback_proxy_test.cpp106 auto object = mgr->GetSystemAbility(OHOS::AVSESSION_SERVICE_ID); in SetUp() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcapture_output.cpp38 sptr<IRemoteObject> object = stream->AsObject(); in RegisterStreamBinderDied() local
/foundation/multimedia/drm_framework/services/drm_service/client/src/
H A Dmediakeysystem_service_proxy.cpp28 int32_t MediaKeySystemServiceProxy::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
/foundation/multimedia/player_framework/services/services/avmetadatahelper/ipc/
H A Davmetadatahelper_service_stub.cpp146 int32_t AVMetadataHelperServiceStub::SetSource(const sptr<IRemoteObject> &object) in SetSource() argument
219 int32_t AVMetadataHelperServiceStub::SetListenerObject(const sptr<IRemoteObject> &object) in SetListenerObject() argument
269 sptr<IRemoteObject> object = data.ReadRemoteObject(); in SetMediaDataSource() local
384 sptr<IRemoteObject> object = data.ReadRemoteObject(); SetListenerObject() local
[all...]

Completed in 18 milliseconds

1...<<31323334353637383940>>...59