Searched refs:AddSessionInfo (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_session_pool_test.cpp | 107 SoftBusSessionPool::GetInstance().AddSessionInfo(testName, sessionInfo1); 112 SoftBusSessionPool::GetInstance().AddSessionInfo(sessionName, sessionInfo1);
|
H A D | softbus_handler_test.cpp | 260 SoftBusSessionPool::GetInstance().AddSessionInfo(sessionName1, sessionInfo1); 392 SoftBusSessionPool::GetInstance().AddSessionInfo(sessionName1, sessionInfo1); 401 SoftBusSessionPool::GetInstance().AddSessionInfo(sessionName, sessionInfo1);
|
H A D | softbus_file_send_listener_test.cpp | 87 SoftBusSessionPool::GetInstance().AddSessionInfo(SESSION_NAME, sessionInfo1);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/ |
H A D | softbus_session_pool.h | 37 void AddSessionInfo(const std::string &sessionName, const SessionInfo &sessionInfo);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_session_pool.cpp | 43 void SoftBusSessionPool::AddSessionInfo(const std::string &sessionName, const SessionInfo &sessionI… in AddSessionInfo() function in OHOS::Storage::DistributedFile::SoftBusSessionPool
|
H A D | softbus_handler_asset.cpp | 116 SoftBusSessionPool::GetInstance().AddSessionInfo(ASSET_LOCAL_SESSION_NAME, sessionInfo); in CreateAssetLocalSessionServer()
|
/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/source/ |
H A D | client_factory.cpp | 54 bool isFirstSession = AddSessionInfo(clientInfo, algorithmInfo); in ClientInit() 253 bool ClientFactory::AddSessionInfo(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInfo) in AddSessionInfo() function in OHOS::AI::ClientFactory
|
/ohos5.0/foundation/ai/ai_engine/services/client/client_executor/include/ |
H A D | client_factory.h | 141 bool AddSessionInfo(const ClientInfo &clientInfo, const AlgorithmInfo &algorithmInfo);
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 193 static int32_t AddSessionInfo(SessionImpl *impl, CJson *sendMsg) in AddSessionInfo() function 221 return AddSessionInfo(impl, sendMsg); in StartV2Session()
|