Home
last modified time | relevance | path

Searched defs:session (Results 401 - 425 of 563) sorted by relevance

1...<<11121314151617181920>>...23

/applications/standard/app_samples/code/BasicFeature/Media/Camera/entry/src/main/cpp/
H A Dcamera_manager.cpp991 CaptureSessionOnFocusStateChange(Camera_CaptureSession *session, Camera_FocusState focusState) CaptureSessionOnFocusStateChange() argument
996 CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) CaptureSessionOnError() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_manager_client_branch_test/
H A Dability_manager_client_branch_test.cpp1441 sptr<Rosen::ISession> session = new Rosen::Session(info); in HWTEST_F() local
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp1235 void CastSessionImpl::OnEventInner(sptr<CastSessionImpl> session, EventId eventId, const std::string &jsonParam) in OnEventInner() argument
[all...]
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dability_test.cpp2271 sptr<AAFwk::SessionInfo> session = new (std::nothrow) AAFwk::SessionInfo(); in HWTEST_F() local
2298 sptr<AAFwk::SessionInfo> session = new (std::nothrow) AAFwk::SessionInfo(); in HWTEST_F() local
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp1235 void CastSessionImpl::OnEventInner(sptr<CastSessionImpl> session, EventId eventId, const std::string &jsonParam) in OnEventInner() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_handler.cpp371 auto session = windowScene->GetSession(); in GetWindowSceneWindowId() local
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp218 sptr<CaptureSession> session = photoOutput->GetSession(); in OnCaptureStarted() local
348 auto session = GetSession(); in SetCallbackFlag() local
474 auto session = GetSession(); SetThumbnail() local
495 auto session = GetSession(); EnableRawDelivery() local
538 auto session = GetSession(); Capture() local
561 auto session = GetSession(); Capture() local
587 auto session = GetSession(); CancelCapture() local
606 auto session = GetSession(); ConfirmCapture() local
668 auto session = GetSession(); IsMirrorSupported() local
704 auto session = GetSession(); EnableMirror() local
722 auto session = GetSession(); IsQuickThumbnailSupported() local
750 auto session = GetSession(); IsRawDeliverySupported() local
765 auto session = GetSession(); DeferImageDeliveryFor() local
787 auto session = GetSession(); IsDeferredImageDeliverySupported() local
810 auto session = GetSession(); IsDeferredImageDeliveryEnabled() local
829 auto session = GetSession(); IsAutoHighQualityPhotoSupported() local
860 auto session = GetSession(); EnableAutoHighQualityPhoto() local
923 auto session = GetSession(); IsAutoCloudImageEnhancementSupported() local
957 auto session = GetSession(); EnableAutoCloudImageEnhancement() local
995 auto session = GetSession(); GetPhotoRotation() local
[all...]
H A Dmetadata_output.cpp134 auto session = GetSession(); in GetSupportedMetadataObjectTypes() local
156 auto session = GetSession(); in SetCapturingMetadataObjectTypes() local
182 auto session = GetSession(); in AddMetadataObjectTypes() local
228 auto session = GetSession(); RemoveMetadataObjectTypes() local
297 auto session = GetSession(); Start() local
630 auto session = metadataOutput->GetSession(); OnMetadataResult() local
[all...]
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_ndk_unittest.cpp261 static void CameraCaptureSessiononFocusStateChangeCb(Camera_CaptureSession* session, Camera_FocusState focusState) in CameraCaptureSessiononFocusStateChangeCb() argument
266 static void CameraCaptureSessionOnErrorCb(Camera_CaptureSession* session, Camera_ErrorCode errorCode) in CameraCaptureSessionOnErrorCb() argument
271 static void CameraCaptureSessionOnSmoothZoomInfoCb(Camera_CaptureSession* session, in CameraCaptureSessionOnSmoothZoomInfoCb() argument
[all...]
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp1229 SessionPtr session = subscriber->sess_; in DumpSubscriber() local
237 RegisterSystemKey(std::shared_ptr<KeyOption> option, int32_t session, std::function<void(std::shared_ptr<KeyEvent>)> callback) RegisterSystemKey() argument
252 RegisterHotKey(std::shared_ptr<KeyOption> option, int32_t session, std::function<void(std::shared_ptr<KeyEvent>)> callback) RegisterHotKey() argument
[all...]
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp57 NewSessionOfBinderProxy(uint32_t handle, std::shared_ptr<DBinderSessionObject> session) NewSessionOfBinderProxy() argument
93 GetSessionForProxy(sptr<IPCObjectProxy> ipcProxy, std::shared_ptr<DBinderSessionObject> session, const std::string &localDeviceID) GetSessionForProxy() argument
143 AuthSession2Proxy(uint32_t handle, const std::shared_ptr<DBinderSessionObject> session) AuthSession2Proxy() argument
169 QuerySessionOfBinderProxy(uint32_t handle, std::shared_ptr<DBinderSessionObject> session) QuerySessionOfBinderProxy() argument
399 OnSendRawData(std::shared_ptr<DBinderSessionObject> session, const void *data, size_t size) OnSendRawData() argument
650 QueryHandleBySession(std::shared_ptr<DBinderSessionObject> session) QueryHandleBySession() argument
767 std::shared_ptr<DBinderSessionObject> session = QueryClientSessionObject(socketId); CheckAndSetCallerInfo() local
856 auto session = std::make_shared<DBinderSessionObject>(serviceName, deviceId, stubIndex, nullptr, MakeDefaultServerSessionObject() local
925 std::shared_ptr<DBinderSessionObject> session = QueryServerSessionObject(proxy->GetHandle()); FlushCommands() local
[all...]
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
H A Ddbinder_service.cpp492 auto session = QuerySessionObject(reinterpret_cast<binder_uintptr_t>(stub.GetRefPtr())); in InvokerRemoteDBinder() local
958 bool DBinderService::CopyDeviceIdInfo(std::shared_ptr<struct SessionInfo> &session, in CopyDeviceIdInfo() argument
969 void DBinderService::InitializeSession(std::shared_ptr<struct SessionInfo> &session, in InitializeSession() argument
988 std::shared_ptr<struct SessionInfo> session = std::make_shared<struct SessionInfo>(); MakeSessionByReplyMessage() local
[all...]
/foundation/communication/dsoftbus/interfaces/kits/common/
H A Dsoftbus_common.h306 } session; member
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp378 static void OnBundleStarted(BError error, sptr<SvcSessionManager> session, const BundleName &bundleName) in OnBundleStarted() argument
440 static void HandleExceptionOnAppendBundles(sptr<SvcSessionManager> session, in HandleExceptionOnAppendBundles() argument
451 OnBundleStarted(BError(BError::Codes::SA_BUNDLE_INFO_EMPTY), session, bundleNam in HandleExceptionOnAppendBundles() local
389 GetRestoreBundleNames(UniqueFd fd, sptr<SvcSessionManager> session, const vector<BundleName> &bundleNames) GetRestoreBundleNames() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c55 DFileSession *session; member
60 DFileSession *session; member
65 DFileSession *session; member
123 static int32_t AddDFileSessionNode(DFileSession *session) in AddDFileSessionNode() argument
299 DFileSession *session; global() member
340 CreateStoragePathListCtx(const DFileSession *session, const char *path[], const uint16_t *pathType, uint16_t pathNum) CreateStoragePathListCtx() argument
436 AddFileList(DFileSession *session, FileListInfo *fileListInfo) AddFileList() argument
455 DFileSession *session = ctx->session; DFileSendFileFail() local
471 DFileSession *session = ctx->session; DFileSendFileInner() local
822 DFileSessionBaseInit(DFileSession *session, DFileSessionType type, DFileMsgReceiver msgReceiver, uint16_t sessionId) DFileSessionBaseInit() argument
855 DFileSessionMutexInit(DFileSession *session) DFileSessionMutexInit() argument
899 PostSessionCreate(DFileSession *session) PostSessionCreate() argument
914 DFileSession *session = calloc(1, sizeof(DFileSession)); DFileSessionCreate() local
959 DFileClearTransferDoneAckList(DFileSession *session) DFileClearTransferDoneAckList() argument
981 DFileSessionClean(DFileSession *session) DFileSessionClean() argument
1013 DFileRecverInit(DFileSession *session, struct sockaddr_in *sockAddr, uint8_t socketIndex) DFileRecverInit() argument
1047 DFileRecverDestory(DFileSession *session) DFileRecverDestory() argument
1055 StartDFileThreads(DFileSession *session) StartDFileThreads() argument
1080 StopDFileThreads(DFileSession *session) StopDFileThreads() argument
1115 StartSessionRunning(DFileSession *session, uint16_t SendThreadNum) StartSessionRunning() argument
1159 DFileSession *session = NULL; NSTACKX_DFileServer() local
1203 DFileSenderInitWithTargetDev(DFileSession *session, const struct sockaddr_in *sockAddr, uint16_t *connType, const char *localInterface, uint8_t socketIndex) DFileSenderInitWithTargetDev() argument
1256 DFileSenderDestory(DFileSession *session) DFileSenderDestory() argument
1305 SendSettingToServer(DFileSession *session) SendSettingToServer() argument
1335 DFileSession *session = DFileSessionCreate(DFILE_SESSION_TYPE_CLIENT, para->msgReceiver); NSTACKX_DFileClientWithTargetDev() local
1395 ClearPendingFileList(DFileSession *session) ClearPendingFileList() argument
1407 ClearSmallFileList(DFileSession *session) ClearSmallFileList() argument
1419 ClearTransChain(DFileSession *session) ClearTransChain() argument
1427 ClearOutboundQueue(DFileSession *session) ClearOutboundQueue() argument
1439 ClearInboundQueue(DFileSession *session) ClearInboundQueue() argument
[all...]
H A Dnstackx_dfile_transfer.c399 DFileSession *session = (DFileSession *)context; in FileManagerTransMsgHandler() local
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_session.h191 DFileSessionSetFatalFlag(struct DFileSession *session) DFileSessionSetFatalFlag() argument
196 DFileSessionSetTerminateFlag(struct DFileSession *session) DFileSessionSetTerminateFlag() argument
201 DFileSessionCheckFatalFlag(const struct DFileSession *session) DFileSessionCheckFatalFlag() argument
206 ClearSessionStats(struct DFileSession *session) ClearSessionStats() argument
215 CapsGSO(const struct DFileSession *session) CapsGSO() argument
220 CapsLinkSeq(const struct DFileSession *session) CapsLinkSeq() argument
225 CapsNoRW(const struct DFileSession *session) CapsNoRW() argument
230 CapsTcp(const struct DFileSession *session) CapsTcp() argument
235 CapsRecvFeedback(const struct DFileSession *session) CapsRecvFeedback() argument
240 CapsChaCha(const struct DFileSession *session) CapsChaCha() argument
[all...]
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/
H A Dscreen_session_manager_client.cpp567 auto session = GetScreenSession(id); in UpdateDisplayScale() local
[all...]
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h170 virtual void BindKeyboardSession(sptr<SceneSession> session) {}; in BindKeyboardSession() argument
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp444 sptr<ScreenSession> session = new ScreenSession(config, in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp105 int32_t SceneSessionManagerTest::GetTaskCount(sptr<SceneSession>& session) in GetTaskCount() argument
[all...]
H A Dscene_session_manager_test3.cpp356 sptr<ISession> session; in HWTEST_F() local
1475 sptr<SceneSession> session = ssm_->GetTopNearestBlockingFocusSession(zOrder, true); HWTEST_F() local
[all...]
/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_interface.h169 CreateAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, int32_t& persistentId, sptr<ISession>& session, SystemSessionConfig& systemConfig, sptr<IRemoteObject> token = nullptr) CreateAndConnectSpecificSession() argument
173 RecoverAndConnectSpecificSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<WindowSessionProperty> property, sptr<ISession>& session, sptr<IRemoteObject> token = nullptr) RecoverAndConnectSpecificSession() argument
182 RecoverAndReconnectSceneSession(const sptr<ISessionStage>& sessionStage, const sptr<IWindowEventChannel>& eventChannel, const std::shared_ptr<RSSurfaceNode>& surfaceNode, sptr<ISession>& session, sptr<WindowSessionProperty> property, sptr<IRemoteObject> token = nullptr) RecoverAndReconnectSceneSession() argument
/test/xts/acts/multimedia/camera/camera_ndk_xts/OHCameraNdk/entry/src/main/cpp/
H A Dcamera_manager.cpp454 void CaptureSessionOnFocusStateChange(Camera_CaptureSession *session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange() argument
460 void CaptureSessionOnError(Camera_CaptureSession *session, Camera_ErrorCode errorCode) in CaptureSessionOnError() argument
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/cpp/napi/
H A Dcamera_manager.cpp1275 void CaptureSessionOnFocusStateChange(Camera_CaptureSession* session, Camera_FocusState focusState) in CaptureSessionOnFocusStateChange() argument
1281 void CaptureSessionOnError(Camera_CaptureSession* session, Camera_ErrorCode errorCode) in CaptureSessionOnError() argument

Completed in 47 milliseconds

1...<<11121314151617181920>>...23