Searched refs:DistributedObjectAdapter (Results 1 – 2 of 2) sorted by relevance
22 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::DistributedObjectAdapter56 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 …]
25 class DistributedObjectAdapter {30 explicit DistributedObjectAdapter(const std::string& name);32 ~DistributedObjectAdapter();