Searched refs:sessionState_ (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/ |
H A D | dcamera_sink_output.cpp | 65 sessionState_.emplace(type, DCAMERA_CHANNEL_STATE_DISCONNECTED); in InitInner() 73 sessionState_.clear(); in UnInit() 88 if (sessionState_[iter->streamType_] != DCAMERA_CHANNEL_STATE_DISCONNECTED) { in OpenChannel() 89 DHLOGE("wrong state, sessionState: %{public}d", sessionState_[iter->streamType_]); in OpenChannel() 121 sessionState_[CONTINUOUS_FRAME] = DCAMERA_CHANNEL_STATE_DISCONNECTED; in CloseChannel() 132 sessionState_[SNAPSHOT_FRAME] = DCAMERA_CHANNEL_STATE_DISCONNECTED; in CloseChannel() 182 if (sessionState_[CONTINUOUS_FRAME] != DCAMERA_CHANNEL_STATE_CONNECTED) { in OnVideoResult() 184 GetAnonyString(dhId_).c_str(), sessionState_[CONTINUOUS_FRAME]); in OnVideoResult() 207 sessionState_[type] = state; in OnSessionState()
|
H A D | dcamera_sink_controller.cpp | 51 …: isInit_(false), sessionState_(DCAMERA_CHANNEL_STATE_DISCONNECTED), accessControl_(accessControl), in DCameraSinkController() 198 …raInfo dhId: %{public}s, session state: %{public}d", GetAnonyString(dhId_).c_str(), sessionState_); in GetCameraInfo() 199 camInfo->state_ = sessionState_; in GetCameraInfo() 210 if (sessionState_ != DCAMERA_CHANNEL_STATE_DISCONNECTED) { in OpenChannel() 211 … state, dhId: %{public}s, sessionState: %{public}d", GetAnonyString(dhId_).c_str(), sessionState_); in OpenChannel() 287 sessionState_ = DCAMERA_CHANNEL_STATE_DISCONNECTED; in CloseChannel() 465 sessionState_ = state; in OnSessionState() 477 GetAnonyString(dhId_).c_str(), sessionState_); in OnSessionState() 483 sessionState_, GetAnonyString(dhId_).c_str(), ret); in OnSessionState() 488 sessionState_, GetAnonyString(dhId_).c_str(), ret); in OnSessionState()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/ |
H A D | dcamera_sink_output.h | 57 std::map<DCStreamType, int32_t> sessionState_; variable
|
H A D | dcamera_sink_controller.h | 88 int32_t sessionState_; variable
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_session.h | 64 ObexReliableSessionState sessionState_; member
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 331 SessionState sessionState_ = SessionState::STATE_DISCONNECT; member
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 925 CreateJsValue(env, static_cast<int32_t>(sessionInfo.sessionState_))); in CreateJsSessionInfo() 970 CreateJsValue(env, static_cast<int32_t>(sessionInfo.sessionState_))); in CreateJsSessionRecoverInfo()
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test2.cpp | 1989 info.sessionState_ = {1};
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 2877 sessionInfo.sessionState_ = (property->GetWindowState() == WindowState::STATE_SHOWN) in RecoverSessionInfo() 2886 …ionInfo.windowMode, sessionInfo.windowType_, sessionInfo.persistentId_, sessionInfo.sessionState_); in RecoverSessionInfo()
|