Home
last modified time | relevance | path

Searched refs:DistributedObjectAdapter (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()
27 void DistributedObjectAdapter::AVSessionObjectWatcher::OnChanged(const std::string &name, in OnChanged()
35 DistributedObjectAdapter::AVSessionStatusNotifier::AVSessionStatusNotifier(const ObjectDisconnectNo… in AVSessionStatusNotifier()
40 void DistributedObjectAdapter::AVSessionStatusNotifier::OnChanged(const std::string &name, in OnChanged()
50 DistributedObjectAdapter::DistributedObjectAdapter(const std::string& name) in DistributedObjectAdapter() function in OHOS::AVSession::DistributedObjectAdapter
56 DistributedObjectAdapter::~DistributedObjectAdapter() in ~DistributedObjectAdapter()
64 int32_t DistributedObjectAdapter::CreateObject() in CreateObject()
75 int32_t DistributedObjectAdapter::PutData(const std::string &key, std::vector<uint8_t> &data) in PutData()
85 int32_t DistributedObjectAdapter::GetData(const std::string &key, std::vector<uint8_t> &data) in GetData()
95 void DistributedObjectAdapter::SetCallback(const ObjectCallbackType &callback) in SetCallback()
[all …]
H A Ddistributed_object_adapter.h25 class DistributedObjectAdapter {
30 explicit DistributedObjectAdapter(const std::string& name);
32 ~DistributedObjectAdapter();