Searched refs:SetServiceCallbackForUpdateSession (Results 1 – 4 of 4) sorted by relevance
264 avSessionItem->SetServiceCallbackForUpdateSession(updateSessionCallback); in AvSessionCallItemTestExtension()
208 void SetServiceCallbackForUpdateSession(const std::function<void(std::string, bool)>& callback);
1931 void AVSessionItem::SetServiceCallbackForUpdateSession(const std::function<void(std::string, bool)>… in SetServiceCallbackForUpdateSession() function in OHOS::AVSession::AVSessionItem
1253 sessionItem->SetServiceCallbackForUpdateSession([this](std::string sessionId, bool isAdd) { in ServiceCallback()