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

  /external/libweave/include/weave/
settings.h 21 kOwner,
  /external/libweave/src/privet/
privet_types.cc 63 {AuthScope::kOwner, "owner"},
auth_manager_unittest.cc 81 UserInfo{AuthScope::kOwner, TestUserId{"456"}}, {})));
133 UserInfo{AuthScope::kOwner, TestUserId{"456"}}, {}));
138 UserInfo{AuthScope::kOwner, TestUserId{"456"}}, {}),
140 UserInfo{AuthScope::kOwner, TestUserId{"789"}}, {}));
145 UserInfo{AuthScope::kOwner, TestUserId{"567"}}, {});
149 UserInfo{AuthScope::kOwner, TestUserId{"567"}}, {}));
security_manager_unittest.cc 125 auth_code_base64, AuthScope::kOwner,
127 EXPECT_EQ(AuthScope::kOwner, scope);
132 EXPECT_EQ(AuthScope::kOwner, info.scope());
158 AuthScope::kOwner,
auth_manager.cc 253 case AuthScope::kOwner:
263 return AuthScope::kOwner;
privet_handler.cc 395 &PrivetHandler::HandleAccessControlClaim, AuthScope::kOwner);
398 AuthScope::kOwner);
665 AuthScope desired_scope = AuthScope::kOwner;
782 if (user_info.scope() < AuthScope::kOwner) {
    [all...]
privet_handler_unittest.cc 408 SetArgPointee<4>(AuthScope::kOwner),
487 SetArgPointee<1>(UserInfo{AuthScope::kOwner, TestUserId{"1"}}),
    [all...]
  /external/libweave/src/
component_manager.h 26 kOwner,
component_manager_unittest.cc 436 EXPECT_EQ(UserRole::kOwner, role);
710 UserRole::kOwner, &id, nullptr)
723 UserRole::kOwner, &id, nullptr)
733 *command4, Command::Origin::kLocal, UserRole::kOwner, &id, nullptr);
743 *command5, Command::Origin::kLocal, UserRole::kOwner, &id, nullptr);
755 UserRole::kOwner, &id, nullptr)
    [all...]
access_api_handler_unittest.cc 83 UserRole::kOwner, &id, nullptr);
base_api_handler_unittest.cc 72 UserRole::kOwner, &id, nullptr);
device_manager.cc 173 command, Command::Origin::kLocal, UserRole::kOwner, id, error);
component_manager_impl.cc 25 {UserRole::kOwner, commands::attributes::kCommand_Role_Owner},
device_registration_info.cc     [all...]

Completed in 688 milliseconds