Home
last modified time | relevance | path

Searched refs:AVSessionObjectWatcher (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Ddistributed_object_adapter.cpp22 DistributedObjectAdapter::AVSessionObjectWatcher::AVSessionObjectWatcher(const ObjectCallbackType &… in AVSessionObjectWatcher() function in OHOS::AVSession::DistributedObjectAdapter::AVSessionObjectWatcher
27 void DistributedObjectAdapter::AVSessionObjectWatcher::OnChanged(const std::string &name, in OnChanged()
102 object_, std::make_shared<AVSessionObjectWatcher>(callback)); in SetCallback()
H A Ddistributed_object_adapter.h44 class AVSessionObjectWatcher : public ObjectStore::ObjectWatcher {
46 explicit AVSessionObjectWatcher(const ObjectCallbackType& callback);
48 virtual ~AVSessionObjectWatcher() = default;