Home
last modified time | relevance | path

Searched defs:ops (Results 1 - 25 of 79) sorted by relevance

1234

/foundation/resourceschedule/ffrt/src/eu/
H A Dscpu_monitor.h26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor() argument
H A Dcpu_worker.h31 CPUWorker(const QoS& qos, CpuWorkerOps&& ops) : WorkerThread(qos), ops(ops) in CPUWorker() argument
41 CpuWorkerOps ops; member in ffrt::CPUWorker
/base/startup/init/test/mock/hvb/libhvb/auth/
H A Dhvb.c28 enum hvb_errno hvb_chain_verify(struct hvb_ops *ops, const char *rvt_ptn, const char *const *hash_ptn_list, in hvb_chain_verify() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_gpu_context.cpp29 OH_Drawing_GpuContext* OH_Drawing_GpuContextCreateFromGL(OH_Drawing_GpuContextOptions ops) in OH_Drawing_GpuContextCreateFromGL() argument
/base/hiviewdfx/blackbox_lite/
H A Dblackbox_adapter.c78 struct ModuleOps ops = { in BBoxTest() local
96 struct ModuleOps ops = { in BBoxAdapterInit() local
H A Dblackbox_core.c41 struct ModuleOps ops; member
147 struct BBoxOps *ops = NULL; in SaveErrorLog() local
206 BBoxRegisterModuleOps(struct ModuleOps *ops) BBoxRegisterModuleOps() argument
258 struct BBoxOps *ops = NULL; BBoxNotifyError() local
[all...]
/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp523 std::vector<bool> ops; in HWTEST_F() local
541 std::vector<bool> ops; in HWTEST_F() local
560 std::vector<bool> ops; in HWTEST_F() local
582 std::vector<bool> ops; in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Deffect_filter_unittest.cpp29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
/foundation/resourceschedule/ffrt/src/sched/
H A Dtask_state.cpp22 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops; member in ffrt::TaskState
/test/xts/acts/graphic/graphicEffectFliterTest/
H A DNativeEffectTest.cpp29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
H A DImagePixelMapTest.cpp39 OH_Pixelmap_InitializationOptions *ops = nullptr; in HWTEST_F() local
/base/startup/init/services/param/liteos/
H A Dparam_litedac.c69 INIT_LOCAL_API int RegisterSecurityDacOps(ParamSecurityOps *ops, int isInit) in RegisterSecurityDacOps() argument
[all...]
H A Dparam_persistadp.c125 int RegisterPersistParamOps(PersistParamOps *ops) in RegisterPersistParamOps() argument
H A Dparam_hal.c240 int RegisterPersistParamOps(PersistParamOps *ops) in RegisterPersistParamOps() argument
/base/startup/hvb/libhvb/src/footer/
H A Dhvb_footer.c65 static enum hvb_errno _load_and_parse_footer(struct hvb_ops *ops, struct hvb_footer *footer, const char *ptn) in _load_and_parse_footer() argument
93 static enum hvb_errno _load_cert(struct hvb_ops *ops, struct hvb_buf *cert, const char *ptn, struct hvb_footer *footer) in _load_cert() argument
113 enum hvb_errno footer_init_desc(struct hvb_ops *ops, const char *ptn, const char *const *hash_ptn_list, in footer_init_desc() argument
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_packer_native_ndk_test.cpp42 OH_PackingOptions *ops = nullptr; in HWTEST_F() local
57 OH_PackingOptions *ops = nullptr; in HWTEST_F() local
85 OH_PackingOptions *ops = nullptr; in HWTEST_F() local
[all...]
/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dservice_impl.h54 Operations ops; member
/base/startup/hvb/libhvb/src/utils/
H A Dhvb_util.c132 enum hvb_errno check_hvb_ops(struct hvb_ops *ops) in check_hvb_ops() argument
[all...]
/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/
H A Dhvb_ops.c68 static enum hvb_io_errno HvbReadFromPartition(struct hvb_ops* ops, in HvbReadFromPartition() argument
143 static enum hvb_io_errno HvbWriteToPartition(struct hvb_ops* ops, in HvbWriteToPartition() argument
151 static enum hvb_io_errno HvbInvaldateKey(struct hvb_ops* ops, in HvbInvaldateKey() argument
167 static enum hvb_io_errno HvbReadRollbackIdx(struct hvb_ops* ops, in HvbReadRollbackIdx() argument
181 static enum hvb_io_errno HvbWriteRollbackIdx(struct hvb_ops* ops, in HvbWriteRollbackIdx() argument
188 static enum hvb_io_errno HvbReadLockState(struct hvb_ops* ops, in HvbReadLockState() argument
194 static enum hvb_io_errno HvbGetSizeOfPartition(struct hvb_ops* ops, in HvbGetSizeOfPartition() argument
/base/startup/init/services/param/adapter/
H A Dparam_persistadp.c307 int RegisterPersistParamOps(PersistParamOps *ops) in RegisterPersistParamOps() argument
/base/startup/hvb/libhvb/src/auth/
H A Dhvb.c72 static enum hvb_errno hvb_rvt_verify_root(struct hvb_ops *ops, const char *ptn, in hvb_rvt_verify_root() argument
129 static enum hvb_errno hvb_walk_verify_nodes(struct hvb_ops *ops, const char *const *ptn_list, in hvb_walk_verify_nodes() argument
222 enum hvb_errno hvb_chain_verify(struct hvb_ops *ops, in hvb_chain_verify() argument
[all...]
/base/startup/hvb/libhvb/src/cmdline/
H A Dhvb_cmdline.c102 enum hvb_errno hvb_creat_cmdline(struct hvb_ops *ops, struct hvb_verified_data *vd) in hvb_creat_cmdline() argument
/base/startup/hvb/test/
H A Dhvb_main.c32 static enum hvb_io_errno hvb_read_partition(struct hvb_ops *ops, in hvb_read_partition() argument
93 static enum hvb_io_errno hvb_write_partition(struct hvb_ops *ops, in hvb_write_partition() argument
140 static enum hvb_io_errno hvb_read_rollback(struct hvb_ops *ops, in hvb_read_rollback() argument
151 static enum hvb_io_errno hvb_write_rollback(struct hvb_ops *ops, in hvb_write_rollback() argument
158 static enum hvb_io_errno hvb_get_partiton_uuid(struct hvb_ops *ops, in hvb_get_partiton_uuid() argument
170 static enum hvb_io_errno hvb_get_partiton_size(struct hvb_ops *ops, in hvb_get_partiton_size() argument
/base/telephony/ril_adapter/services/hril_hdf/src/
H A Dhril_hdf.c148 const HRilOps *ops = NULL; in LoadVendor() local
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_hvb_ops.cpp113 static enum hvb_io_errno HvbInvalidateKey(struct hvb_ops *ops, const uint8_t *publicKeyData, uint64_t publicKeyLength, in HvbInvalidateKey() argument
144 static enum hvb_io_errno HvbReadLockState(struct hvb_ops *ops, bool *lock_state) in HvbReadLockState() argument
149 static enum hvb_io_errno HvbGetSizeOfPartition(struct hvb_ops *ops, const char *partition, uint64_t *size) in HvbGetSizeOfPartition() argument
67 HvbReadFromPartition( struct hvb_ops *ops, const char *partition, int64_t offset, uint64_t numBytes, void *buf, uint64_t *outNumRead) HvbReadFromPartition() argument
107 HvbWriteToPartition( struct hvb_ops *ops, const char *partition, int64_t offset, uint64_t numBytes, const void *buf) HvbWriteToPartition() argument
125 HvbReadRollbackIdx( struct hvb_ops *ops, uint64_t rollBackIndexLocation, uint64_t *outRollbackIndex) HvbReadRollbackIdx() argument
138 HvbWriteRollbackIdx( struct hvb_ops *ops, uint64_t rollBackIndexLocation, uint64_t rollbackIndex) HvbWriteRollbackIdx() argument

Completed in 10 milliseconds

1234