Searched refs:system_id (Results 1 - 8 of 8) sorted by relevance

/system/update_engine/
H A Dimage_properties_android_unittest.cc65 WriteOsRelease("system_id", "def");
70 EXPECT_EQ("def", props.system_id);
79 WriteOsRelease("system_id", "foo:bar");
82 EXPECT_EQ("abc:bar", props.system_id);
87 WriteOsRelease("system_id", "foo:bar");
90 EXPECT_EQ("foo:bar", props.system_id);
93 WriteOsRelease("system_id", "bar");
96 EXPECT_EQ("bar", props.system_id);
H A Dimage_properties.h37 std::string system_id; member in struct:chromeos_update_engine::ImageProperties
H A Dimage_properties_android.cc48 const char kSystemId[] = "system_id";
177 result.system_id = GetStringWithDefault(
180 string prefix, not_used, system_id; local
184 result.system_id, ":", &not_used, &system_id, false)) {
185 result.system_id = prefix + ":" + system_id;
H A Domaha_request_params.h113 inline std::string system_app_id() const { return image_props_.system_id; }
115 image_props_.system_id = system_app_id;
H A Domaha_request_action.cc561 const XML_Char *system_id,
555 ParserHandlerEntityDecl(void *user_data, const XML_Char *entity_name, int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, const XML_Char *system_id, const XML_Char *public_id, const XML_Char *notation_name) argument
/system/bt/stack/include/
H A Dsrvc_api.h64 uint64_t system_id; member in union:__anon1282
73 uint64_t system_id; member in struct:__anon1283
/system/extras/brillo_config/
H A DAndroid.mk34 LOCAL_MODULE := system_id
/system/bt/stack/srvc/
H A Dsrvc_dis.cc164 uint64_t_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */
277 STREAM_TO_UINT64(p_clcb->dis_value.system_id, pp);
393 dis_cb.dis_value.system_id = p_info->system_id;

Completed in 96 milliseconds