Home
last modified time | relevance | path

Searched refs:appStateCallback_ (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_session/services/session/adapter/
H A Dapp_manager_adapter.cpp49 appStateCallback_ = new(std::nothrow) AVSessionAppStateCallback(); in Init()
50 if (appStateCallback_ == nullptr) { in Init()
56 if (appManager_.RegisterAppStateCallback(appStateCallback_) != AppMgrResultCode::RESULT_OK) { in Init()
H A Dapp_manager_adapter.h50 sptr<AppExecFwk::IAppStateCallback> appStateCallback_; member in OHOS::AVSession::AppManagerAdapter
/foundation/ability/ability_runtime/services/quickfixmgr/include/
H A Dquick_fix_manager_apply_task.h81 sptr<AppExecFwk::IApplicationStateObserver> appStateCallback_ = nullptr; member in OHOS::AAFwk::QuickFixManagerApplyTask
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dmetadata_output.cpp129 return appStateCallback_; in GetAppStateCallback()
286 appStateCallback_ = metadataStateCallback; in SetCallback()
312 if (appStateCallback_ != nullptr) { in CameraServerDied()
315 appStateCallback_->OnError(serviceErrorType); in CameraServerDied()
335 appStateCallback_ = nullptr; in Release()
/foundation/ability/ability_runtime/services/quickfixmgr/src/
H A Dquick_fix_manager_apply_task.cpp783 appStateCallback_ = callback; in RegAppStateObserver()
790 if (appMgr_ == nullptr || appStateCallback_ == nullptr) { in UnregAppStateObserver()
795 auto ret = appMgr_->UnregisterApplicationStateObserver(appStateCallback_); in UnregAppStateObserver()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dmetadata_output.h425 std::shared_ptr<MetadataStateCallback> appStateCallback_; member in OHOS::CameraStandard::MetadataOutput

Completed in 5 milliseconds