Home
last modified time | relevance | path

Searched defs:SessionInfo (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/drivers/peripheral/user_auth/test/unittest/idm_test/
H A Denroll_specification_check_test.cpp28 extern struct SessionInfo { struct
29 int32_t userId;
30 uint32_t authType;
31 uint64_t time;
32 uint64_t validAuthTokenTime;
33 uint8_t challenge[CHALLENGE_LEN];
34 uint64_t scheduleId;
35 bool isUpdate;
36 bool isScheduleValid;
H A Didm_session_test.cpp25 extern struct SessionInfo { struct
26 int32_t userId;
27 uint32_t authType;
28 uint64_t time;
29 uint64_t validAuthTokenTime;
30 uint8_t challenge[CHALLENGE_LEN];
31 uint64_t scheduleId;
32 bool isUpdate;
33 bool isScheduleValid;
H A Duser_idm_funcs_test.cpp31 extern struct SessionInfo { struct
32 int32_t userId;
33 uint32_t authType;
34 uint64_t time;
35 uint64_t validAuthTokenTime;
36 uint8_t challenge[CHALLENGE_LEN];
37 uint64_t scheduleId;
38 bool isUpdate;
39 bool isScheduleValid;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_pool.h28 struct SessionInfo { struct
36 std::string GenerateSessionName(const SessionInfo &sessionInfo); argument
/ohos5.0/foundation/distributedhardware/distributed_input/dfx_utils/include/
H A Dhidumper.h46 struct SessionInfo { struct
60 …void CreateSessionInfo(const std::string &remoteDevId, const int32_t &sessionId, const std::string… argument
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/framework/anr_handler/include/
H A Danr_handler.h57 struct SessionInfo { struct
61 std::unordered_map<int32_t, SessionInfo> sessionStageMap_; argument
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h290 struct SessionInfo { struct
294 int32_t appIndex_ = 0;
295 bool isSystem_ = false;
302 bool isFromIcon_ = false;
310 int32_t resultCode = -1;
312 int32_t errorCode = -1;
318 uint32_t callState_ = 0;
320 bool reuse = false;
321 int32_t windowMode = 0;
324 std::string time = "";
[all …]
/ohos5.0/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Didm_session.c39 struct SessionInfo { struct
40 int32_t userId;
41 uint32_t authType;
42 uint64_t time;
43 uint64_t validAuthTokenTime;
44 uint8_t challenge[CHALLENGE_LEN];
45 uint64_t scheduleId;
46 bool isUpdate;
47 bool isScheduleValid;
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h77 struct SessionInfo { struct
78 uint32_t seqNumber;
79 uint32_t type;
80 uint16_t toPort;
81 uint16_t fromPort;
82 uint64_t stubIndex;
83 uint32_t socketFd;
84 std::string serviceName;
85 struct DeviceIdInfo deviceIdInfo;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_softbus_session.h26 struct SessionInfo { struct
37 DSchedSoftbusSession(SessionInfo &info); argument
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dextension_session_manager.h24 class SessionInfo; variable
H A Dscene_session_manager.h48 class SessionInfo; variable
/ohos5.0/base/security/device_security_level/baselib/msglib/src/lite/
H A Dmessenger_device_session_manager.c58 typedef struct SessionInfo { struct
63 } SessionInfo; argument
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h36 } SessionInfo; typedef
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/
H A Dsession_info.cpp48 SessionInfo::SessionInfo(const int32_t userId, const sptr<IDeferredPhotoProcessingSessionCallback>&… in SessionInfo() function in OHOS::CameraStandard::DeferredProcessing::SessionInfo
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/scene_board/
H A Dui_ability_lifecycle_manager.h32 class SessionInfo; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Diability_manager_collaborator.h34 class SessionInfo; variable
H A Dability_scheduler_interface.h38 class SessionInfo; variable
/ohos5.0/base/security/device_auth/services/session_manager/src/
H A Ddev_session_mgr.c30 } SessionInfo; typedef
/ohos5.0/foundation/communication/ipc/services/dbinder/c/include/
H A Ddbinder_types.h77 } SessionInfo; typedef
/ohos5.0/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_info.h1054 struct SessionInfo { struct
1055 SourceType sourceType;
1056 uint32_t rate;
1057 uint32_t channels;
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h100 } SessionInfo; typedef