Home
last modified time | relevance | path

Searched defs:obs (Results 1 - 25 of 27) sorted by relevance

12

/foundation/ability/ability_runtime/services/dataobsmgr/src/
H A Ddataobs_mgr_inner.cpp69 auto obs = obsPair->second.begin(); in HandleUnregisterObserver() local
196 auto obs = std::find(value.begin(), value.end(), dataObserver); HaveRegistered() local
[all...]
H A Ddataobs_mgr_inner_pref.cpp68 auto obs = obsPair->second.begin(); in HandleUnregisterObserver() local
202 auto obs = std::find(value.begin(), value.end(), dataObserver); HaveRegistered() local
[all...]
H A Ddataobs_mgr_inner_ext.cpp251 auto obs = dataObserver->AsObject(); in RemoveObserver() local
/foundation/multimedia/media_foundation/test/scenetest/audio_recorder/
H A DTestFastRecorder.cpp69 auto obs = std::make_shared<RecorderEngineObs>(); in CreateRecorder() local
/foundation/multimedia/media_foundation/test/scenetest/helper/
H A Dstd_audio_recorder.cpp66 auto obs = std::make_shared<RecorderEngineObs>(); in CreateAudioRecorder() local
/foundation/graphic/graphic_3d/lume/metaobject/test/src/interface/
H A DIntfObjectHierarchyObserverTest.cpp383 ObjectHierarchyObserver obs; in HWTEST_F() local
408 ObjectHierarchyObserver obs; in HWTEST_F() local
434 ObjectHierarchyObserver obs; in HWTEST_F() local
470 ObjectHierarchyObserver obs; HWTEST_F() local
523 ObjectHierarchyObserver obs; HWTEST_F() local
556 ObjectHierarchyObserver obs; HWTEST_F() local
[all...]
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp154 int32_t HiRecorderImpl::SetObs(const std::weak_ptr<IRecorderEngineObs>& obs) in SetObs() argument
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_callback_looper.cpp56 void HiPlayerCallbackLooper::StartWithPlayerEngineObs(const std::weak_ptr<IPlayerEngineObs>& obs) in StartWithPlayerEngineObs() argument
92 auto obs = obs_.lock(); in DoReportMediaProgress() local
117 auto obs = obs_.lock(); in DoReportError() local
134 auto obs = obs_.lock(); in DoReportInfo() local
[all...]
H A Dhiplayer_impl.cpp809 int32_t HiPlayerImpl::SetObs(const std::weak_ptr<IPlayerEngineObs>& obs) in SetObs() argument
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_callback_looper.cpp60 void HiTransCoderCallbackLooper::StartWithTransCoderEngineObs(const std::weak_ptr<ITransCoderEngineObs>& obs) in StartWithTransCoderEngineObs() argument
100 auto obs = obs_.lock(); in DoReportCompletedTime() local
119 auto obs = obs_.lock(); in DoReportMediaProgress() local
148 auto obs = obs_.lock(); in DoReportError() local
168 auto obs = obs_.lock(); DoReportInfo() local
[all...]
H A Dhitranscoder_impl.cpp430 int32_t HiTransCoderImpl::SetObs(const std::weak_ptr<ITransCoderEngineObs> &obs) in SetObs() argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/notify_test/src/
H A Dnotify_test.cpp88 shared_ptr<TestObserver> obs = make_shared<TestObserver>(); in CheckFileNotify() local
106 void SolveAlbumNotify(std::shared_ptr<TestObserver> obs, const std::string& assetStr) in SolveAlbumNotify() argument
140 shared_ptr<TestObserver> obs = make_shared<TestObserver>(); CheckAlbumNotify() local
167 shared_ptr<TestObserver> obs = make_shared<TestObserver>(); CheckCloseAssetNotify() local
201 CheckInfo(shared_ptr<TestObserver> obs, const std::string &uriPrefix, const std::string &uriPostfix, const DataShareObserver::ChangeType &changeType) CheckInfo() argument
256 shared_ptr<TestObserver> obs = make_shared<TestObserver>(); CheckCloudSyncNotify() local
[all...]
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_callback_looper.cpp65 void HiPlayerCallbackLooper::StartWithPlayerEngineObs(const std::weak_ptr<IPlayerEngineObs>& obs) in StartWithPlayerEngineObs() argument
129 auto obs = obs_.lock(); in DoReportCompletedTime() local
154 auto obs = obs_.lock(); in DoReportMediaProgress() local
178 auto obs in DoCollectAmplitude() local
203 auto obs = obs_.lock(); ReportRemainedMaxAmplitude() local
220 auto obs = obs_.lock(); DoReportSystemOperation() local
242 auto obs = obs_.lock(); DoReportError() local
269 auto obs = obs_.lock(); DoReportInfo() local
[all...]
/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.cpp286 std::shared_ptr<ITransCoderEngineObs> obs = shared_from_this(); in SetTransCoderCallback() local
/foundation/distributeddatamgr/data_share/frameworks/native/consumer/src/
H A Ddatashare_helper.cpp223 sptr<ObserverImpl> obs = ObserverImpl::GetObserver(uri, dataObserver); in RegisterObserverExt() local
259 sptr<ObserverImpl> obs = ObserverImpl::GetObserver(uri, dataObserver); in UnregisterObserverExt() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_subscribe_test.cpp837 auto obs = std::make_shared<TestDetailProgressObserver>(); in HWTEST_F() local
/foundation/filemanagement/user_file_service/services/native/file_access_service/include/
H A Dfile_access_service.h43 ObserverContext(sptr<IFileAccessObserver> obs): obs_(obs) {} in ObserverContext() argument
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp998 auto obs = observerMap_.find(uri); in UnRegisteredObserver() local
1029 auto obs = observerMap_.find(uri); in UnRegisteredObserver() local
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp245 int32_t HiRecorderImpl::SetObs(const std::weak_ptr<IRecorderEngineObs> &obs) in SetObs() argument
/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.cpp792 std::shared_ptr<IRecorderEngineObs> obs = shared_from_this(); in SetRecorderCallback() local
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp437 auto obs = observers.find(option.event); in UnRegisteredObserver() local
476 auto obs = observers.find(option.event); in UnRegisteredAllObserver() local
/foundation/multimedia/player_framework/services/services/player/server/
H A Dplayer_server.cpp244 std::shared_ptr<IPlayerEngineObs> obs = shared_from_this(); in InitPlayEngine() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp505 auto obs = localObservers_.find(option.event); in UnSubscribeLocal() local
527 auto obs = localObservers_.find(option.event); in UnSubscribeLocalAll() local
539 auto obs = localSharedObservers_.find(option.event); in UnSubscribeLocalShared() local
571 auto obs = localSharedObservers_.find(option.event); in UnSubscribeLocalSharedAll() local
670 auto obs = localObservers_.find(event); Notify() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp1693 auto obs = observers.find(option.event); UnRegisteredObserver() local
[all...]
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp220 auto obs = std::make_shared<NDKDetailProgressObserver>(callback); in SubscribeAutoSyncProgress() local

Completed in 30 milliseconds

12