Home
last modified time | relevance | path

Searched defs:session (Results 1 – 15 of 15) sorted by relevance

/test/xts/acts/multimedia/avsession/avsession_ndk_standard/avsession_ndk_stage/entry/src/main/cpp/
DAvsessionTest.cpp320 static OH_AVSessionCallback_OnFastForward forward_callback = [](OH_AVSession* session,
327 static OH_AVSessionCallback_OnRewind rewind_callback = [](OH_AVSession* session,
334 static OH_AVSessionCallback_OnSeek seek_callback = [](OH_AVSession* session, uint64_t seekTime,
341 static OH_AVSessionCallback_OnSetLoopMode loop_callback = [](OH_AVSession* session, AVSession_LoopM…
348 static OH_AVSessionCallback_OnToggleFavorite favorite_callback = [](OH_AVSession* session, const ch…
355 static AVSessionError RegisterCommandCallback(OH_AVSession* session) in RegisterCommandCallback()
369 static AVSessionError UnregisterCommandCallback(OH_AVSession* session) in UnregisterCommandCallback()
381 static AVSessionError RegisterForwardCallback(OH_AVSession* session) in RegisterForwardCallback()
392 static AVSessionError UnregisterForwardCallback(OH_AVSession* session) in UnregisterForwardCallback()
402 static AVSessionError RegisterRewindCallback(OH_AVSession* session) in RegisterRewindCallback()
[all …]
/test/xts/device_attest_lite/test/tdd/gtest/src/
Dattest_tdd_mock_net.c66 int32_t TLSConnect(TLSSession* session) in TLSConnect()
75 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite()
83 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead()
100 int32_t TLSClose(TLSSession* session) in TLSClose()
/test/xts/device_attest_lite/services/core/network/
Dattest_channel.c159 static int32_t TLSSetupConfig(TLSSession* session) in TLSSetupConfig()
201 int32_t TLSConnect(TLSSession* session) in TLSConnect()
253 int32_t TLSWrite(const TLSSession* session, const uint8_t* buf, size_t len) in TLSWrite()
274 int32_t TLSRead(const TLSSession* session, uint8_t* buf, size_t len) in TLSRead()
294 int32_t TLSClose(TLSSession* session) in TLSClose()
Dattest_network.c173 TLSSession* session = (TLSSession*)ATTEST_MEM_MALLOC(sizeof(TLSSession)); in CustomConfig() local
192 static int32_t CloseNetwork(TLSSession* session) in CloseNetwork()
205 static int32_t ConnectNetWork(TLSSession **session, void* reserved) in ConnectNetWork()
735 static int32_t TransOptions(const TLSSession* session, const DevicePacket *devPacket, ATTEST_ACTION… in TransOptions()
770 static int32_t SendTLSMsg(const TLSSession* session, char *coapMessage, size_t coapMessageLen) in SendTLSMsg()
791 static int32_t SendCoapMsg(const TLSSession* session, const DevicePacket* devPacket, in SendCoapMsg()
851 static int32_t DecodeExtendedLength(const TLSSession* session, size_t messageLen, size_t extendedLe… in DecodeExtendedLength()
883 static int32_t DecodeLenTkl(const TLSSession* session, CoapPacket* coapPkt) in DecodeLenTkl()
911 static int32_t RecvCoapMsg(const TLSSession* session, char **respData, size_t *respDataLen) in RecvCoapMsg()
/test/xts/acts/ability/ability_runtime/actsabilityerrcodequery/actsabilityerrcodequerytest/entry/src/ohosTest/ets/test/applicationContext/
DapplicationContext04.ts23 public session:UIExtensionContentSession; property in applicationContext04
/test/testfwk/xdevice/src/xdevice/_core/context/
Dcenter.py61 def session(): member in Context
Dproxy.py65 def session(): member in Binder
/test/xts/acts/multimedia/camera/camera_ndk_test/entry/src/main/cpp/
Dcamera_manager.cpp1239 void ControlCenterEffectStatusChange(Camera_CaptureSession* session, in ControlCenterEffectStatusChange()
1665 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange()
1671 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
2754 void CaptureSessionSmoothZoomInfoCallback(Camera_CaptureSession *session, Camera_SmoothZoomInfo *sm… in CaptureSessionSmoothZoomInfoCallback()
2977 void CameraAutoDeviceSwitchStatusInfoCallback(Camera_CaptureSession* session, in CameraAutoDeviceSwitchStatusInfoCallback()
3016 void CameraSystemPressureLevelCallback(Camera_CaptureSession* session, in CameraSystemPressureLevelCallback()
3201 void OnMacroStatusChange(Camera_CaptureSession* session, bool isMacroActive) in OnMacroStatusChange()
/test/xts/acts/multimedia/media/media_js_standard/AVRecorderVideoNDK/entry/src/main/cpp/
Dcamera_manager.cpp948 void CaptureSessionOnFocusStateChange(Camera_CaptureSession *session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange()
954 void CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
/test/testfwk/developer_test/src/core/command/
Dconsole.py498 session = "session" variable in ConfigConst
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
Dcamera_manager.cpp474 void CaptureSessionOnFocusStateChange(Camera_CaptureSession *session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange()
480 void CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py764 def _find_history_path(cls, session): argument
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/
Dcamera_manager.cpp1277 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange()
1283 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode) in CaptureSessionOnError()
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py288 session = "session" variable in ConfigConst
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
DDrmNdkTest.cpp1731 MediaKeySession *session = nullptr; in Test_MediaKeySession_GetContentProtectionLevel() local