Home
last modified time | relevance | path

Searched refs:notifier_ (Results 1 - 15 of 15) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_watcher.cpp56 return notifier_; in GetNotifier()
62 if (notifier_ == notifier) { in SetNotifier()
65 notifier_ = notifier; in SetNotifier()
H A Drdb_watcher.h36 sptr<RdbNotifierProxy> notifier_; member in OHOS::DistributedRdb::RdbWatcher
H A Drdb_service_impl.h119 sptr<RdbNotifierProxy> notifier_ = nullptr; member
H A Drdb_service_impl.cpp330 notifier = it->second.notifier_; in OnAsyncComplete()
374 notifiers.push_back(item.second.notifier_); in GetCallbacks()
958 notifier_ = notifier;
969 watcher_->SetNotifier(notifier_);
976 notifier_ = nullptr;
/foundation/multimedia/av_session/services/session/adapter/
H A Ddistributed_object_adapter.cpp37 notifier_ = notifier; in AVSessionStatusNotifier()
45 if (onlineStatus == "offline" && notifier_) { in OnChanged()
46 notifier_(networkId); in OnChanged()
H A Ddistributed_object_adapter.h60 ObjectDisconnectNotifier notifier_; member in OHOS::AVSession::DistributedObjectAdapter::AVSessionStatusNotifier
/foundation/multimedia/media_foundation/src/common/
H A Davsharedmemorypool.cpp64 notifier_ = option.notifier; in Init()
98 if (notifier_ != nullptr) { in ReleaseMemory()
99 notifier_(); in ReleaseMemory()
238 notifier_ = nullptr; in Reset()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_pragma.h115 explicit PragmaRemotePushNotify(RemotePushFinishedNotifier notifier) : notifier_(notifier) {} in PragmaRemotePushNotify()
117 RemotePushFinishedNotifier notifier_; member
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Davsharedmemorypool.h104 MemoryAvailableNotifier notifier_; member in OHOS::Media::AVSharedMemoryPool
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_asset_loader_test.cpp150 EXPECT_EQ(watcher->notifier_, nullptr); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_service_proxy.cpp66 notifier_ = new (std::nothrow) RdbNotifierStub( in InitNotifier()
76 if (notifier_ == nullptr) { in InitNotifier()
81 if (InitNotifier(param, notifier_->AsObject()) != RDB_OK) { in InitNotifier()
82 notifier_ = nullptr; in InitNotifier()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp235 if (success && agent.notifier_ != nullptr) { in OnAsyncComplete()
236 agent.notifier_->SyncCompleted(seqNum, std::move(detail)); in OnAsyncComplete()
344 value.notifier_ = notifier; in RegServiceNotifier()
358 value.notifier_ = nullptr; in UnregServiceNotifier()
373 notifier = value.notifier_; in SubscribeSwitchData()
1138 notifier = agent.notifier_; in DoComplete()
1345 notifier_ == nullptr); in ReInit()
1348 notifier_ = nullptr; in ReInit()
H A Dkvdb_service_impl.h103 sptr<IKVDBNotifier> notifier_; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb_connection.cpp329 if (notifyParma->notifier_ != nullptr) { in SetRemotePushFinishedNotify()
330 tmpListener = kvDB->AddRemotePushFinishedNotify(notifyParma->notifier_, errCode); in SetRemotePushFinishedNotify()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_service_proxy.h129 sptr<RdbNotifierStub> notifier_; member in OHOS::DistributedRdb::RdbServiceProxy

Completed in 11 milliseconds