Home
last modified time | relevance | path

Searched refs:command1 (Results 1 - 4 of 4) sorted by relevance

/base/update/updater/test/unittest/misc_info_test/
H A Dmisc_info_unittest.cpp46 const std::string command1 = "boot_updater"; in HWTEST_F() local
47 EXPECT_EQ(strncpy_s(boot.command, sizeof(boot.command) - 1, command1.c_str(), command1.size()), 0); in HWTEST_F()
/base/update/updater/test/unittest/updater_main_test/
H A Dupdater_main_unittest.cpp100 const std::string command1 = "boot_updater"; in HWTEST_F() local
101 EXPECT_EQ(strncpy_s(boot.command, sizeof(boot.command) - 1, command1.c_str(), command1.size()), 0); in HWTEST_F()
128 const std::string command1 = "boot_updater"; in HWTEST_F() local
129 EXPECT_EQ(strncpy_s(boot.command, sizeof(boot.command) - 1, command1.c_str(), command1.size()), 0); in HWTEST_F()
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Diptables_rule_plugin_test.cpp398 std::string command1; in HWTEST_F() local
399 plugin->ConvertProtocolCommand(IPTABLES::Protocol::ALL, command1); in HWTEST_F()
400 ASSERT_TRUE(command1 == " -p all"); in HWTEST_F()
427 std::string command1; in HWTEST_F() local
428 bool ret = plugin->ConvertActionCommand(IPTABLES::Action::ALLOW, command1); in HWTEST_F()
429 ASSERT_TRUE(command1 == " -j ACCEPT"); in HWTEST_F()
450 std::string command1; in HWTEST_F() local
452 plugin->ConvertIpAddressCommand(value, true, command1); in HWTEST_F()
453 ASSERT_TRUE(command1.empty()); in HWTEST_F()
484 std::string command1; in HWTEST_F() local
507 std::string command1; HWTEST_F() local
526 std::string command1; HWTEST_F() local
[all...]
/base/useriam/user_auth_framework/test/unittest/executors/
H A Dexecutor_unit_test.cpp234 auto command1 = MakeShared<MockIAsyncCommand>(); in HWTEST_F() local
235 ASSERT_NE(command1, nullptr); in HWTEST_F()
236 EXPECT_CALL(*command1, OnHdiDisconnect()).Times(Exactly(1)); in HWTEST_F()
243 executor->AddCommand(command1); in HWTEST_F()
244 executor->AddCommand(command1); in HWTEST_F()

Completed in 5 milliseconds