Home
last modified time | relevance | path

Searched refs:saProfile1 (Results 1 - 2 of 2) sorted by relevance

/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H A Dparse_util_test.cpp897 SaProfile saProfile1; in HWTEST_F() local
898 parser_->GetProfile(1401, saProfile1); in HWTEST_F()
899 EXPECT_EQ(1401, saProfile1.saId); in HWTEST_F()
900 EXPECT_EQ(true, !saProfile1.startOnDemand.onDemandEvents.empty()); in HWTEST_F()
901 EXPECT_EQ(1, saProfile1.startOnDemand.onDemandEvents[0].eventId); in HWTEST_F()
902 EXPECT_EQ("deviceonline", saProfile1.startOnDemand.onDemandEvents[0].name); in HWTEST_F()
903 EXPECT_EQ("on", saProfile1.startOnDemand.onDemandEvents[0].value); in HWTEST_F()
904 EXPECT_EQ(true, !saProfile1.stopOnDemand.onDemandEvents.empty()); in HWTEST_F()
905 EXPECT_EQ(1, saProfile1.stopOnDemand.onDemandEvents[0].eventId); in HWTEST_F()
906 EXPECT_EQ("deviceonline", saProfile1 in HWTEST_F()
[all...]
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_status_collect_manager_test.cpp178 SaProfile saProfile1; in HWTEST_F() local
179 saProfile1.startOnDemand.onDemandEvents.emplace_back(event1); in HWTEST_F()
183 saProfiles.emplace_back(saProfile1); in HWTEST_F()

Completed in 4 milliseconds