Home
last modified time | relevance | path

Searched refs:ServiceCollaborationManagerResultCode (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Dservice_collaboration_manager_capi.h42 typedef enum ServiceCollaborationManagerResultCode { enum
45 } ServiceCollaborationManagerResultCode; typedef
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Dcollaboration_manager_utils.h41 typedef enum ServiceCollaborationManagerResultCode { enum
47 } ServiceCollaborationManagerResultCode; typedef
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/
H A Dservice_collaboration_manager_capi.h43 typedef enum ServiceCollaborationManagerResultCode { enum
46 } ServiceCollaborationManagerResultCode; typedef
/foundation/multimedia/av_session/services/session/adapter/
H A Dcollaboration_manager.cpp65 ServiceCollaborationManagerResultCode::ONSTOP); in OnStop()
72 if (result == ServiceCollaborationManagerResultCode::REJECT) { in ApplyResult()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp283 errorcode, result == ServiceCollaborationManagerResultCode::PASS ? "PASS" : "REJECT", reason); in ApplyResult()
285 bool isSupport = result == ServiceCollaborationManagerResultCode::PASS ? true : false; in ApplyResult()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp1257 if (code == ServiceCollaborationManagerResultCode::ONSTOP && newCastState == castConnectStateForConnected_) {
1261 if (code == ServiceCollaborationManagerResultCode::PASS && newCastState != castConnectStateForConnected_) {
1267 if (code == ServiceCollaborationManagerResultCode::REJECT && newCastState != castConnectStateForConnected_) {
1274 if (code == ServiceCollaborationManagerResultCode::USERTIP && newCastState != castConnectStateForConnected_) {
1280 if (code == ServiceCollaborationManagerResultCode::USERAGREE && newCastState != castConnectStateForConnected_) {

Completed in 6 milliseconds