HomeSort by relevance Sort by last modified time
    Searched refs:CreateSessionId (Results 1 - 8 of 8) sorted by null

  /external/libweave/src/privet/
security_delegate.h 70 virtual std::string CreateSessionId() = 0;
auth_manager.h 71 std::string CreateSessionId() const;
security_manager.h 90 std::string CreateSessionId() override;
mock_delegates.h 95 MOCK_METHOD0(CreateSessionId, std::string());
141 EXPECT_CALL(*this, CreateSessionId()).WillRepeatedly(Return("SessionId"));
security_manager.cc 391 std::string SecurityManager::CreateSessionId() {
392 return auth_manager_->CreateSessionId();
auth_manager.cc 535 std::string AuthManager::CreateSessionId() const {
561 SessionIdCaveat session{CreateSessionId()};
auth_manager_unittest.cc 232 TEST_F(AuthManagerTest, CreateSessionId) {
233 EXPECT_EQ("463315200:1", auth_.CreateSessionId());
privet_handler.cc 566 output.SetString(kInfoSessionIdKey, security_->CreateSessionId());
    [all...]

Completed in 588 milliseconds