Searched refs:system_id (Results 1 – 8 of 8) sorted by relevance
/system/update_engine/ |
D | image_properties_android.cc | 181 result.system_id = GetStringWithDefault( in LoadImageProperties() 184 string prefix, not_used, system_id; in LoadImageProperties() local 188 result.system_id, ":", ¬_used, &system_id, false)) { in LoadImageProperties() 189 result.system_id = prefix + ":" + system_id; in LoadImageProperties()
|
D | image_properties_android_unittest.cc | 70 EXPECT_EQ("def", props.system_id); in TEST_F() 82 EXPECT_EQ("abc:bar", props.system_id); in TEST_F() 90 EXPECT_EQ("foo:bar", props.system_id); in TEST_F() 96 EXPECT_EQ("bar", props.system_id); in TEST_F()
|
D | image_properties.h | 37 std::string system_id; member
|
D | omaha_request_params.h | 75 inline std::string system_app_id() const { return image_props_.system_id; } in system_app_id() 77 image_props_.system_id = system_app_id; in set_system_app_id()
|
D | omaha_request_action.cc | 635 const XML_Char* system_id, in ParserHandlerEntityDecl() argument
|
/system/bt/stack/include/ |
D | srvc_api.h | 64 uint64_t system_id; member 73 uint64_t system_id; member
|
/system/bt/stack/srvc/ |
D | srvc_dis.cc | 164 uint64_t_TO_STREAM(p, dis_cb.dis_value.system_id); /* int_min */ in dis_read_attr_value() 277 STREAM_TO_UINT64(p_clcb->dis_value.system_id, pp); in dis_c_cmpl_cback() 393 dis_cb.dis_value.system_id = p_info->system_id; in DIS_SrUpdate()
|
/system/extras/brillo_config/ |
D | Android.mk | 34 LOCAL_MODULE := system_id
|