Searched refs:device_iot_config_exist (Results 1 – 5 of 5) sorted by relevance
40 struct device_iot_config_exist device_iot_config_exist; variable126 bool device_iot_config_exist(const std::string& section, in device_iot_config_exist() function129 return test::mock::device_iot_config::device_iot_config_exist(section, key); in device_iot_config_exist()
228 struct device_iot_config_exist { struct238 extern struct device_iot_config_exist device_iot_config_exist; argument
97 bool device_iot_config_exist(const std::string& section,
62 bool device_iot_config_exist(const std::string& section, in device_iot_config_exist() function
1012 EXPECT_EQ(device_iot_config_exist(expected_section, expected_key), in TEST_F_WITH_FLAGS()1025 EXPECT_EQ(device_iot_config_exist(expected_section, expected_key), in TEST_F_WITH_FLAGS()3464 EXPECT_FALSE(device_iot_config_exist(section, key)); in TEST_F_WITH_FLAGS()