Home
last modified time | relevance | path

Searched defs:pe (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_event.c31 int32_t PlatformEventInit(struct PlatformEvent *pe) in PlatformEventInit()
44 static void PlatformEventLock(struct PlatformEvent *pe) in PlatformEventLock()
49 static void PlatformEventUnlock(struct PlatformEvent *pe) in PlatformEventUnlock()
54 static void PlatformEventClearWaiters(struct PlatformEvent *pe) in PlatformEventClearWaiters()
69 int32_t PlatformEventUninit(struct PlatformEvent *pe) in PlatformEventUninit()
80 int32_t PlatformEventPost(struct PlatformEvent *pe, uint32_t events) in PlatformEventPost()
134 static int32_t PlatformEventRead(struct PlatformEvent *pe, uint32_t *events, uint32_t mask, int32_t… in PlatformEventRead()
158 static int32_t PlatformEventReadSlowlly(struct PlatformEvent *pe, in PlatformEventReadSlowlly()
190 int32_t PlatformEventWait(struct PlatformEvent *pe, uint32_t mask, int32_t mode, uint32_t tms, uint… in PlatformEventWait()
231 int32_t PlatformEventListen(struct PlatformEvent *pe, const struct PlatformEventListener *listener) in PlatformEventListen()
[all …]
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_event_test.c28 static int32_t PlatformEventTestInitAndUninit(struct PlatformEvent *pe) in PlatformEventTestInitAndUninit()
54 static int32_t PlatformEventTestPostAndWait(struct PlatformEvent *pe) in PlatformEventTestPostAndWait()
110 static int32_t PlatformEventTestListenAndUnliten(struct PlatformEvent *pe) in PlatformEventTestListenAndUnliten()
150 static int32_t PlatformEventTestReliability(struct PlatformEvent *pe) in PlatformEventTestReliability()
202 struct PlatformEvent pe; in PlatformEventTestExecute() local
/ohos5.0/foundation/communication/dsoftbus/core/common/security/permission/common/
H A Dpermission_entry.c358 static int32_t CheckPermissionAppInfo(const SoftBusPermissionEntry *pe, in CheckPermissionAppInfo()
422 SoftBusPermissionEntry *pe = NULL; in HaveGrantedPermission() local
459 SoftBusPermissionEntry *pe = NULL; in LoadPermissionJson() local
526 static int32_t CheckPidAndUidDynamic(const SoftBusPermissionEntry *pe, const SoftBusPermissionItem … in CheckPidAndUidDynamic()
554 SoftBusPermissionEntry *pe = NULL; in CheckPermissionEntry() local
619 SoftBusPermissionEntry *pe = NULL; in PermIsSecLevelPublic() local
755 SoftBusPermissionEntry *pe = NULL; in DeleteDynamicPermission() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_paint.cpp90 if (const PathEffect* pe = pen.GetPathEffectPtr()) { in PenToSkPaint() local
164 if (const PathEffect* pe = paint.GetPathEffectPtr()) { in ApplyStrokeParam() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_static_test.cpp251 SoftBusPermissionEntry *pe = NULL; variable