| /drivers/peripheral/secure_element/test/unittest/mock/ |
| D | mock.cpp | 23 auto p = MockTee::GetMockTee(); in VendorSecureElementCaOnStart() local 32 auto p = MockTee::GetMockTee(); in VendorSecureElementCaInit() local 41 auto p = MockTee::GetMockTee(); in VendorSecureElementCaUninit() local 50 auto p = MockTee::GetMockTee(); in VendorSecureElementCaGetAtr() local 60 auto p = MockTee::GetMockTee(); in VendorSecureElementCaOpenLogicalChannel() local 70 auto p = MockTee::GetMockTee(); in VendorSecureElementCaOpenBasicChannel() local 79 auto p = MockTee::GetMockTee(); in VendorSecureElementCaCloseChannel() local 89 auto p = MockTee::GetMockTee(); in VendorSecureElementCaTransmit() local
|
| /drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/ |
| D | hdf_queue_test.c | 30 void *p = NULL; in MessageQueueTest001() local 79 void *p = NULL; in MessageQueueTest002() local 136 void *p = NULL; in MessageQueueTest003() local
|
| /drivers/hdf_core/framework/tools/hc-gen/src/ |
| D | file.cpp | 20 char *p = _fullpath(realPath, path.data(), PATH_MAX); in AbsPath() local 25 char *p = realpath(path.data(), realPath); in AbsPath() local
|
| /drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
| D | hdi_wpa_hal.c | 66 static int WpaCliConnect(WifiWpaInterface *p) in WpaCliConnect() 97 static void WpaCliClose(WifiWpaInterface *p) in WpaCliClose() 112 static int WpaCliAddIface(WifiWpaInterface *p, const AddInterfaceArgv *argv, bool isWpaAdd) in WpaCliAddIface() 151 static int WpaCliRemoveIface(WifiWpaInterface *p, const char *name) in WpaCliRemoveIface() 230 WpaIfaceInfo *p = g_wpaInterface->ifaces; in ReleaseWpaGlobalInterface() local
|
| D | wpa_common_cmd_ext.c | 53 const char *p = startCmd; in SplitCmdString() local 84 static void *WpaThreadMain(void *p) in WpaThreadMain()
|
| /drivers/hdf_core/adapter/khdf/liteos/osal/include/ |
| D | osal_atomic_def.h | 63 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalTestSetBitWrapper() local 76 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalTestClearBitWrapper() local 89 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalClearBitWrapper() local
|
| /drivers/hdf_core/adapter/khdf/liteos_m/osal/include/ |
| D | osal_atomic_def.h | 63 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalTestSetBitWrapper() local 76 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalTestClearBitWrapper() local 89 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalClearBitWrapper() local
|
| /drivers/hdf_core/adapter/khdf/uniproton/osal/include/ |
| D | osal_atomic_def.h | 63 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalTestSetBitWrapper() local 76 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalTestClearBitWrapper() local 89 unsigned long *p = ((unsigned long *)addr) + OSAL_BIT_WORD(nr); in OsalClearBitWrapper() local
|
| /drivers/peripheral/usb/test/unittest/host_sdk/ |
| D | usb_host_sdk_if_test.cpp | 796 struct UsbPipeInfo p; variable 825 struct UsbPipeInfo p; variable 854 struct UsbPipeInfo p; variable 883 struct UsbPipeInfo p; variable 912 struct UsbPipeInfo p; variable 940 struct UsbPipeInfo p; variable 968 struct UsbPipeInfo p; variable 998 struct UsbPipeInfo p; variable 1028 struct UsbPipeInfo p; variable 1057 struct UsbPipeInfo p; variable
|
| /drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/builder/ |
| D | stream_pipeline_builder.cpp | 19 const std::shared_ptr<Pipeline>& p) : hostStreamMgr_(streamMgr), pipeline_(p) in StreamPipelineBuilder() 102 std::shared_ptr<Pipeline> p = std::make_shared<Pipeline>(); in Create() local
|
| /drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
| D | stream_post_view.cpp | 21 std::shared_ptr<IPipelineCore>& p, in StreamPostView()
|
| D | stream_preview.cpp | 21 std::shared_ptr<IPipelineCore>& p, in StreamPreview()
|
| D | stream_video.cpp | 21 std::shared_ptr<IPipelineCore>& p, in StreamVideo()
|
| D | stream_still_capture.cpp | 22 std::shared_ptr<IPipelineCore>& p, in StreamStillCapture()
|
| /drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/ |
| D | mtd_legacy_lite.c | 49 struct MtdDevNode *p = NULL; in GetMtd() local 66 struct MtdDevNode *p = NULL; in GetMtdInfo() local 82 struct MtdDevNode *p = NULL; in FreeMtd() local 100 struct MtdDevNode *p = NULL; in DelMtdList() local 122 struct MtdDevNode *p = NULL; in AddMtdList() local
|
| /drivers/peripheral/user_auth/common/utils/ |
| D | iam_para2str.h | 38 static inline std::string GetPointerNullStateString(void *p) in GetPointerNullStateString()
|
| /drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
| D | drm_plane.cpp | 22 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane()
|
| /drivers/peripheral/face_auth/common/utils/ |
| D | iam_para2str.h | 38 static inline std::string GetPointerNullStateString(void *p) in GetPointerNullStateString()
|
| /drivers/liteos/hievent/src/ |
| D | hiview_hievent.c | 107 static void HiviewHieventPayloadDestroy(struct HiviewHieventPayload *p) in HiviewHieventPayloadDestroy() 124 struct HiviewHieventPayload *p = head; in HiviewHieventGetPayload() local 144 struct HiviewHieventPayload *p = obj->head; in HiviewHieventAddPayload() local 387 struct HiviewHieventPayload *p = event->head; in HiviewHieventFillPayload() local 526 struct HiviewHieventPayload *p = NULL; in HiviewHieventDestroy() local
|
| /drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/ |
| D | stream_pipeline_strategy.cpp | 68 [info] (const PortSpec& p) { in SetUpBasicOutPortFormat() 83 [] (const PortSpec& p) { in SetUpBasicInPortFormat() 254 std::shared_ptr<PipelineSpec> p = std::make_shared<PipelineSpec>(); in Create() local
|
| /drivers/peripheral/codec/test/unittest/hdi_image/ |
| D | test_helper.h | 49 uint8_t* p = new uint8_t[dataSize]; in AddData() local
|
| /drivers/hdf_core/framework/model/input/driver/touchscreen/ |
| D | touch_ft5x06.c | 44 char *p; in Ft5x06_EP00() local 65 char *p; in Ft5x06_EP01() local
|
| /drivers/peripheral/codec/test/demo/heif/include/ |
| D | buffer_helper.h | 68 uint8_t* p = new uint8_t[dataSize]; in AddData() local
|
| /drivers/hdf_core/framework/test/unittest/model/usb/host/src/ |
| D | usb_test.c | 602 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe001() local 633 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe002() local 659 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe003() local 690 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe004() local 716 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe005() local 746 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe006() local 772 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe007() local 803 struct UsbPipeInfo p; in CheckHostSdkIfGetPipe008() local
|
| /drivers/peripheral/display/composer/vdi_base/src/ |
| D | drm_plane.cpp | 51 DrmPlane::DrmPlane(drmModePlane &p) in DrmPlane()
|