Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h56 struct Session { struct
57 Session(int32_t socket) : socket_(socket) {} in Session() function
58 Session(const Session &other) : socket_(other.socket_) {} in Session() argument
61 Session& operator=(const Session &other) = delete; argument
78 int32_t OpenSession(const std::string &networkId) override; argument
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/include/
H A Ddsoftbus_adapter_impl.h56 struct Session { struct
57 Session(int32_t socket) : socket_(socket) {} in Session() function
58 Session(const Session &other) : socket_(other.socket_) {} in Session() function
61 Session& operator=(const Session &other) = delete; argument
78 int32_t OpenSession(const std::string &networkId) override; argument
/ohos5.0/drivers/peripheral/clearplay/hdi_service/common/
H A Dsession.h30 explicit Session() {} in Session() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/helper/
H A Dwindow_scene_helper.h25 class Session; variable
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-secureElement.md501 ## Session section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Djs-apis-secureElement.md501 ## Session section
/ohos5.0/foundation/filemanagement/app_file_service/tools/backup_tool/src/
H A Dtools_op_backup.cpp49 class Session { class
H A Dtools_op_restore.cpp49 class Session { class
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/entry/src/main/cpp/
H A Dcamera_manager.cpp998 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* Session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange()
1003 void CaptureSessionOnError(Camera_CaptureSession* Session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp82 Session::Session(const SessionInfo& info) : sessionInfo_(info) in Session() function in OHOS::Rosen::Session