Home
last modified time | relevance | path

Searched defs:sessionMap_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/
H A Dsession_service_impl.h62 static std::map<int32_t, std::shared_ptr<Session>> sessionMap_; variable
H A Dsession_service_impl.cpp32 std::map<int32_t, std::shared_ptr<Session>> SessionServiceImpl::sessionMap_; member in Communication::SoftBus::SessionServiceImpl
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H A Daudio_session_service.h58 std::unordered_map<int32_t, std::shared_ptr<AudioSession>> sessionMap_; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_pool.h43 std::map<std::string, SessionInfo> sessionMap_; variable
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/
H A Dapp_account_authenticator_session_manager.h82 std::map<std::string, std::shared_ptr<AppAccountAuthenticatorSession>> sessionMap_; variable