Home
last modified time | relevance | path

Searched refs:model_id (Results 1 – 20 of 20) sorted by relevance

/external/autotest/client/cros/networking/
Dcellular_proxy.py128 model_id = properties.get(self.DEVICE_PROPERTY_MODEL_ID)
129 if not model_id:
153 lambda: self._get_reappeared_modem(model_id,
157 new_modem = self._get_reappeared_modem(model_id, old_modem_mm_object)
260 def _get_reappeared_modem(self, model_id, old_modem_mm_object): argument
276 if (model_id == properties.get(self.DEVICE_PROPERTY_MODEL_ID) and
/external/libweave/src/privet/
Dpublisher.cc52 std::string model_id{cloud_->GetModelId()}; in ExposeService() local
53 DCHECK_EQ(model_id.size(), 5U); in ExposeService()
62 {"services=" + GetDeviceUiKind(model_id)}, in ExposeService()
64 {"mmid=" + model_id}, in ExposeService()
Dwifi_ssid_generator.cc85 std::string model_id = gcd_->GetModelId(); in GenerateSsid() local
88 CHECK_EQ(5u, model_id.size()); in GenerateSsid()
92 model_id.c_str(), GenerateFlagsInternal().c_str()); in GenerateSsid()
Dcloud_delegate.cc74 CHECK_EQ(5u, device_->GetSettings().model_id.size()); in GetModelId()
75 return device_->GetSettings().model_id; in GetModelId()
Dsecurity_manager_unittest.cc75 settings->model_id = "ABCDE"; in SecurityManagerConfigStore()
Dprivet_handler.cc532 std::string model_id = cloud_->GetModelId(); in HandleInfo() local
546 output.SetString(kInfoModelIdKey, model_id); in HandleInfo()
/external/libweave/examples/provider/
Dfile_config_store.cc22 FileConfigStore::FileConfigStore(const std::string& model_id, in FileConfigStore() argument
24 : model_id_{model_id}, in FileConfigStore()
48 settings->model_id = model_id_; in LoadDefaults()
Dfile_config_store.h20 FileConfigStore(const std::string& model_id,
/external/libnfc-nxp/src/
DphHciNfc_IDMgmt.c88 uint8_t model_id; member
825 p_identity_info->model_id = reg_value[i] ; in phHciNfc_IDMgmt_InfoUpdate()
826 pHwRef->device_info.model_id = p_identity_info->model_id ; in phHciNfc_IDMgmt_InfoUpdate()
828 if( NFC_HW_PN65N == pHwRef->device_info.model_id) in phHciNfc_IDMgmt_InfoUpdate()
DphLibNfc.c878 phLibNfc_StackCapabilities->psDevCapabilities.model_id= in phLibNfc_Mgt_GetstackCapabilities()
879 gpphLibContext->psHwReference->device_info.model_id; in phLibNfc_Mgt_GetstackCapabilities()
/external/libweave/src/
Dconfig_unittest.cc68 EXPECT_EQ("", GetSettings().model_id); in TEST_F()
165 EXPECT_EQ(GetDefaultSettings().model_id, GetSettings().model_id); in TEST_F()
Dconfig.cc128 CHECK(!settings_.model_id.empty()); in Load()
Ddevice_registration_info_unittest.cc145 settings->model_id = "AAAAA"; in ReloadDefaults()
Ddevice_registration_info.cc488 resource->SetString("modelManifestId", GetSettings().model_id); in BuildDeviceResource()
/external/libweave/include/weave/
Dsettings.h35 std::string model_id; member
/external/libweave/include/weave/provider/test/
Dmock_config_store.h33 settings->model_id = "ABCDE";
/external/autotest/client/site_tests/buffet_BasicDBusAPI/
Dbuffet_BasicDBusAPI.py44 check('AATST', buffet.model_id)
/external/libnfc-nxp/inc/
DphNfcTypes.h332 uint8_t model_id; /**< \ingroup grp_hal_common member
/external/cros/system_api/dbus/power_manager/
Dpower_supply_properties.proto83 optional string model_id = 5; field
/external/libnfc-nci/src/nfa/int/
Dnfa_hci_int.h357 UINT8 model_id; /* Model ID */ member