Searched refs:cfgItem (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
H A D | sensor_config_controller.c | 20 (void)cfgItem; in SensorOpsNop() 38 *value = cfgItem->value & busMask; in GetSensorRegRealValueMask() 40 if (cfgItem->shiftNum != 0) { in GetSensorRegRealValueMask() 68 if (cfgItem->len != 0) { in SensorOpsWrite() 77 if (cfgItem->len != 0) { in SensorOpsWrite() 186 ret = ReadSensor(busCfg, cfgItem->regAddr, cfgItem->buff, cfgItem->len); in SensorOpsExtBuffRead() 208 if (memcpy_s(&value[SENSOR_VALUE_INDEX], cfgItem->len, cfgItem->buff, cfgItem->len) != EOK) { in SensorOpsExtBuffWrite() 260 if (g_doOpsCall[cfgItem->opsType].ops(busCfg, cfgItem) != HDF_SUCCESS) { in SetSensorRegCfgArray() 265 if (cfgItem->delay != 0) { in SetSensorRegCfgArray() 303 if (g_doOpsCall[cfgItem->opsType].ops(busCfg, cfgItem) != HDF_SUCCESS) { in SetSensorRegCfgArrayByBuff() [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | window_scene_config_test.cpp | 158 ConfigItem cfgItem; in ReadConfig() local 161 return cfgItem; in ReadConfig() 168 return cfgItem; in ReadConfig() 172 cfgItem.SetValue(configMap); in ReadConfig() 173 WindowSceneConfig::ReadConfig(rootPtr, *cfgItem.mapValue_); in ReadConfig() 175 return cfgItem; in ReadConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | network_parser.cpp | 592 for (auto cfgItem : wifiConfigs) { in FillupMacByConfig() local 593 if (!IsRandomMacValid(cfgItem.macAddress)) { in FillupMacByConfig() 598 if (macItem.randomMac == cfgItem.macAddress) { in FillupMacByConfig() 599 macItem.ssid = cfgItem.ssid; in FillupMacByConfig() 600 macItem.keyMgmt = cfgItem.keyMgmt; in FillupMacByConfig() 607 wifiStoreRandomMac.ssid = cfgItem.ssid; in FillupMacByConfig() 608 wifiStoreRandomMac.keyMgmt = cfgItem.keyMgmt; in FillupMacByConfig() 609 wifiStoreRandomMac.randomMac = cfgItem.macAddress; in FillupMacByConfig()
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/common/include/ |
H A D | sensor_config_controller.h | 38 int32_t (*ops)(struct SensorBusCfg *busCfg, struct SensorRegCfg *cfgItem);
|