Searched refs:SetAppBackgroundStateObserver (Results 1 – 4 of 4) sorted by relevance
36 void SetAppBackgroundStateObserver(const std::function<void(int32_t)>& observer);
82 void AppManagerAdapter::SetAppBackgroundStateObserver(const std::function<void(int32_t)>& observer) in SetAppBackgroundStateObserver() function in OHOS::AVSession::AppManagerAdapter
41 AppManagerAdapter::GetInstance().SetAppBackgroundStateObserver([this](int32_t uid) { in Init()
50 … OHOS::AVSession::AppManagerAdapter::GetInstance().SetAppBackgroundStateObserver([](int32_t uid) { in SetUpTestCase()