Home
last modified time | relevance | path

Searched defs:pd (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dpower_state_machine.h76 …PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd) : State(name, psm), p… in PowerState()
84 …PowerState(const std::string &name, PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine… in PowerState()
107 PowerActiveState(PowerStateMachine &psm, PowerDevice &pd) : PowerState(ACTIVE_STATE, psm, pd){}; in PowerActiveState()
149 …PowerActiveActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fs… in PowerActiveActivingState()
173 …PowerActiveSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fs… in PowerActiveSniffingState()
196 PowerSniffState(PowerStateMachine &psm, PowerDevice &pd) : PowerState(SNIFF_STATE, psm, pd){}; in PowerSniffState()
219 …PowerSniffActivingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fst… in PowerSniffActivingState()
243 …PowerSniffSniffingState(PowerStateMachine &psm, PowerDevice &pd, utility::StateMachine::State &fst… in PowerSniffSniffingState()
H A Dpower_state_machine.cpp23 void PowerStateMachine::Init(PowerDevice &pd) in Init()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/model/storage/src/mmc/
H A Dmmc_block_lite.c36 static DSTATUS DiskMmcInit(BYTE pd) in DiskMmcInit()
48 static DSTATUS DiskMmcStatus(BYTE pd) in DiskMmcStatus()
72 static DRESULT DisckMmcRead(BYTE pd, BYTE *buffer, DWORD startSector, UINT nSectors) in DisckMmcRead()
99 static DRESULT DiskMmcWrite(BYTE pd, const BYTE *buffer, DWORD startSector, UINT nSectors) in DiskMmcWrite()
126 static DRESULT DiskMmcIoctl(BYTE pd, BYTE cmd, void *buffer) in DiskMmcIoctl()
/ohos5.0/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn.py19 import pandas as pd namespace
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dnode_context_descriptor_set_manager_vk.cpp122 PendingDeallocations pd; in ResetAndReserve() local
172 PendingDeallocations pd; in BeginFrame() local
187 PendingDeallocations pd; in BeginFrame() local
216 [ageLimit](auto const& pd) { return pd.frameIndex >= ageLimit; }); in BeginFrame()
/ohos5.0/build/tools/component_tools/static_check/
H A Dcsct.py21 import pandas as pd namespace
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/perf/
H A Dperformance_data_manager.cpp112 IPerformanceDataManager::PerformanceData& pd = data.emplace_back(); in GetTimingData() local
/ohos5.0/build/tools/component_tools/static_check/bundle_check/
H A Dbundle_json_check.py21 import pandas as pd namespace
/ohos5.0/base/startup/hvb/libhvb/src/crypto/
H A Dhvb_rsa.c134 uint32_t bn_get_valid_len(const uint8_t *pd, uint32_t size) in bn_get_valid_len()
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_contact.cpp489 std::shared_ptr<VCardPostalData> pd = std::make_shared<VCardPostalData>(); in AddPostal() local
599 std::shared_ptr<VCardPhotoData> pd = std::make_shared<VCardPhotoData>(); in AddPhotoBytes() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp585 PluginData pd { move(lib), {}, asDependency ? 0 : 1 }; in RegisterPlugin() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_resource_manager.cpp1936 auto pd = CommitPendingData(store); in WaitForIdleAndDestroyGpuResources() local