Home
last modified time | relevance | path

Searched refs:present (Results 1 – 25 of 27) sorted by relevance

12

/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_if.c80 uint8_t present = 0; in MmcDevPresent() local
101 if (HdfSbufReadUint8(reply, &present) == false) { in MmcDevPresent()
107 return (present != 0); in MmcDevPresent()
Dmmc_protocol.c1636 cntlr->curDev->state.bits.present = 1; in EmmcDeviceAdd()
2668 cntlr->curDev->state.bits.present = 1; in SdDeviceAdd()
3956 cntlr->curDev->state.bits.present = 1; in SdioDeviceAdd()
4146 if (cntlr->curDev->state.bits.present == 0) { in MmcDeleteDev()
4149 cntlr->curDev->state.bits.present = 0; in MmcDeleteDev()
/drivers/peripheral/secure_element/hdi_service/
Dse_impl.cpp47 int32_t SeImpl::isSecureElementPresent(bool& present) in isSecureElementPresent() argument
49 return adaptor_.isSecureElementPresent(present); in isSecureElementPresent()
Dse_impl.h36 int32_t isSecureElementPresent(bool& present) override;
/drivers/peripheral/secure_element/vendor_adaptor/
Dse_vendor_adaptions.cpp72 int32_t SeVendorAdaptions::isSecureElementPresent(bool& present) in isSecureElementPresent() argument
76 present = false; in isSecureElementPresent()
78 present = true; in isSecureElementPresent()
Dse_vendor_adaptions.h33 int32_t isSecureElementPresent(bool& present) override;
Disecure_element_vendor.h35 virtual int32_t isSecureElementPresent(bool& present) = 0;
/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/src/mmc/
Dmmc_block_lite.c50 bool present = false; in DiskMmcStatus() local
65 present = (MmcDeviceIsPresent(mb->mmc)) ? true : false; in DiskMmcStatus()
66 if (!present) { in DiskMmcStatus()
/drivers/interface/battery/v1_0/
DIBatteryInterface.idl154 * @brief Checks whether the battery is supported or present.
156 …* @param present Whether battery is supported or present. The value **true** indicates that the ba…
157 * supported or present, and the value **false** indicates the opposite.
163 GetPresent([out] boolean present);
DTypes.idl135 /** Whether the battery is supported or whether the battery is present */
136 byte present;
/drivers/interface/battery/v1_1/
DIBatteryInterface.idl154 * @brief Checks whether the battery is supported or present.
156 …* @param present Whether battery is supported or present. The value **true** indicates that the ba…
157 * supported or present, and the value **false** indicates the opposite.
163 GetPresent([out] boolean present);
DTypes.idl135 /** Whether the battery is supported or whether the battery is present */
136 byte present;
/drivers/interface/battery/v1_2/
DIBatteryInterface.idl154 * @brief Checks whether the battery is supported or present.
156 …* @param present Whether battery is supported or present. The value **true** indicates that the ba…
157 * supported or present, and the value **false** indicates the opposite.
163 GetPresent([out] boolean present);
DTypes.idl135 /** Whether the battery is supported or whether the battery is present */
136 byte present;
/drivers/interface/secure_element/v1_0/
DISecureElementInterface.idl49 * Checks if a SE is present in this reader.
51 * @param present True if the SE is present, false otherwise.
53 isSecureElementPresent([out] boolean present);
/drivers/peripheral/battery/interfaces/hdi_service/src/
Dbattery_interface_impl.cpp168 int32_t BatteryInterfaceImpl::GetPresent(bool& present) in GetPresent() argument
176 present = bool(isPresent); in GetPresent()
225 info.present = batteryInfo.present_; in GetBatteryInfo()
Dbattery_thread.cpp184 event.present = batteryInfo->present_; in UpdateBatteryInfo()
Dpower_supply_provider.cpp828 int32_t PowerSupplyProvider::ParsePresent(int8_t* present) const in ParsePresent()
837 *present = value; in ParsePresent()
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
Dbatteryhdi_fuzz.cpp105 bool present; in GetPresent() local
106 g_batteryInterface->GetPresent(present); in GetPresent()
/drivers/peripheral/battery/interfaces/hdi_service/include/
Dbattery_interface_impl.h49 int32_t GetPresent(bool& present) override;
Dpower_supply_provider.h90 int32_t ParsePresent(int8_t* present) const;
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
Dhdi_service_test.cpp973 int8_t present = -1; variable
975 giver_->ParsePresent(&present);
977 …OGI(LABEL_TEST, "Not Mock HdiService008::present=%{public}d, p=%{public}d", present, sysfsPresent);
978 ASSERT_TRUE(present == sysfsPresent);
981 giver_->ParsePresent(&present);
982 BATTERY_HILOGI(LABEL_TEST, "HdiService008::present=%{public}d.", present);
983 ASSERT_TRUE(present == 1);
/drivers/peripheral/usb/hdi_service/include/
Dusbd_type.h218 int8_t present; member
/drivers/hdf_core/framework/model/storage/include/mmc/
Dmmc_corex.h208 uint32_t present : 1; member
254 return (mmc != NULL && mmc->state.bits.present); in MmcDeviceIsPresent()
/drivers/interface/display/composer/v1_0/
DDisplayComposerType.idl588 * @brief Enumerates the present timestamp types.
607 * @brief Defines the present timestamp.
616 * @brief Defines the present timestamp.

12