Home
last modified time | relevance | path

Searched refs:STRING_SET_OS_ACCOUNT_CONSTRAINTS_OK (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/tools/test/moduletest/acm/
Daccount_command_set_module_test.cpp105 ASSERT_EQ(commandResult, STRING_SET_OS_ACCOUNT_CONSTRAINTS_OK + "\n");
111 ASSERT_EQ(commandResult, STRING_SET_OS_ACCOUNT_CONSTRAINTS_OK + "\n");
/base/account/os_account/tools/acm/include/
Daccount_command.h88 const std::string STRING_SET_OS_ACCOUNT_CONSTRAINTS_OK = "set constraints for the local account suc… variable
/base/account/os_account/tools/test/unittest/acm/
Daccount_command_set_test.cpp375 EXPECT_EQ(cmd.ExecCommand(), STRING_SET_OS_ACCOUNT_CONSTRAINTS_OK + "\n");
/base/account/os_account/tools/acm/src/
Daccount_command.cpp267 resultReceiver_ = STRING_SET_OS_ACCOUNT_CONSTRAINTS_OK + "\n"; in RunAsSetCommand()