Searched refs:evp (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/base/powermgr/powermgr_lite/utils/src/ |
H A D | power_mgr_timer_util.c | 87 struct sigevent evp; in PowerMgrCreateTimer() local 88 (void)memset_s(&evp, sizeof(evp), 0, sizeof(evp)); in PowerMgrCreateTimer() 89 evp.sigev_value.sival_ptr = info; in PowerMgrCreateTimer() 90 evp.sigev_notify = SIGEV_THREAD; in PowerMgrCreateTimer() 91 evp.sigev_notify_function = TimerHandle; in PowerMgrCreateTimer() 92 int32_t ret = timer_create(CLOCK_REALTIME, &evp, &info->timerId); in PowerMgrCreateTimer()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_timer.c | 129 struct sigevent evp; in TimerStart() local 141 (void)memset_s(&evp, sizeof(struct sigevent), 0, sizeof(struct sigevent)); in TimerStart() 142 evp.sigev_value.sival_ptr = (void *)&timer->task; in TimerStart() 143 evp.sigev_notify = SIGEV_THREAD; in TimerStart() 144 evp.sigev_notify_function = TimerTimeoutHandle; in TimerStart() 146 if (timer_create(CLOCK_REALTIME, &evp, &timerid) < 0) { in TimerStart()
|
/ohos5.0/base/startup/init/services/param/liteos/ |
H A D | param_osadp.c | 79 struct sigevent evp; in ParamTimerCreate() local 80 (void)memset_s(&evp, sizeof(evp), 0, sizeof(evp)); in ParamTimerCreate() 81 evp.sigev_value.sival_ptr = paramTimer; in ParamTimerCreate() 82 evp.sigev_notify = SIGEV_THREAD; in ParamTimerCreate() 83 evp.sigev_notify_function = TimerHandle; in ParamTimerCreate() 84 int32_t ret = timer_create(CLOCK_REALTIME, &evp, ¶mTimer->timerId); in ParamTimerCreate()
|
/ohos5.0/commonlibrary/utils_lite/kal/timer/src/ |
H A D | kal.c | 52 struct sigevent evp = {0}; in KalTimerCreate() local 64 evp.sigev_notify = SIGEV_THREAD; in KalTimerCreate() 65 evp.sigev_notify_function = KalFunction; in KalTimerCreate() 66 evp.sigev_value.sival_ptr = kalTimer; in KalTimerCreate() 67 int ret = timer_create(CLOCK_REALTIME, &evp, &timer); in KalTimerCreate()
|
/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | hsd.rs | 18 use crate::evp; 67 evp::evp_decode_block(single_data) in get_sig_for_file()
|
H A D | lib.rs | 19 mod evp; module
|
/ohos5.0/base/update/updater/services/rust/hash_signed_data/ |
H A D | BUILD.gn | 18 "src/evp.rs",
|
/ohos5.0/build/docs/ |
H A D | 编译构建调试文档.md | 682 ../../third_party/openssl/include/openssl/evp.h
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-mini-appx-lib.md | 268 …e(clockid_t id, struct sigevent \*__<br/>restrict evp, timer_t …
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-mini-appx-lib.md | 268 | \#include <time.h> | int timer_create(clockid_t id, struct sigevent *\__restrict evp, timer…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/ |
H A D | h264_aac_1280.ts | 2602 :��evp\Mݰ�� ��B�x���YQ�G,�9��ʹ��Yj�o�bj���D+�(��^��.�7I��q�ӧ��ڞ[/;��PI�,-�{��U�U͍�\�!��…
|