| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | scpu_monitor.h | 26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor() argument
|
| H A D | cpu_worker.h | 31 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 D | hvb.c | 28 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 D | drawing_gpu_context.cpp | 29 OH_Drawing_GpuContext* OH_Drawing_GpuContextCreateFromGL(OH_Drawing_GpuContextOptions ops) in OH_Drawing_GpuContextCreateFromGL() argument
|
| /base/hiviewdfx/blackbox_lite/ |
| H A D | blackbox_adapter.c | 78 struct ModuleOps ops = { in BBoxTest() local 96 struct ModuleOps ops = { in BBoxAdapterInit() local
|
| H A D | blackbox_core.c | 41 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 D | nn_backend_test.cpp | 523 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 D | effect_filter_unittest.cpp | 29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
|
| /foundation/resourceschedule/ffrt/src/sched/ |
| H A D | task_state.cpp | 22 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops; member in ffrt::TaskState
|
| /test/xts/acts/graphic/graphicEffectFliterTest/ |
| H A D | NativeEffectTest.cpp | 29 OH_Pixelmap_InitializationOptions *ops = nullptr; in CreatePixelMap() local
|
| H A D | ImagePixelMapTest.cpp | 39 OH_Pixelmap_InitializationOptions *ops = nullptr; in HWTEST_F() local
|
| /base/startup/init/services/param/liteos/ |
| H A D | param_litedac.c | 69 INIT_LOCAL_API int RegisterSecurityDacOps(ParamSecurityOps *ops, int isInit)
in RegisterSecurityDacOps() argument [all...] |
| H A D | param_persistadp.c | 125 int RegisterPersistParamOps(PersistParamOps *ops)
in RegisterPersistParamOps() argument
|
| H A D | param_hal.c | 240 int RegisterPersistParamOps(PersistParamOps *ops)
in RegisterPersistParamOps() argument
|
| /base/startup/hvb/libhvb/src/footer/ |
| H A D | hvb_footer.c | 65 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 D | image_packer_native_ndk_test.cpp | 42 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 D | service_impl.h | 54 Operations ops;
member
|
| /base/startup/hvb/libhvb/src/utils/ |
| H A D | hvb_util.c | 132 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 D | hvb_ops.c | 68 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 D | param_persistadp.c | 307 int RegisterPersistParamOps(PersistParamOps *ops)
in RegisterPersistParamOps() argument
|
| /base/startup/hvb/libhvb/src/auth/ |
| H A D | hvb.c | 72 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 D | hvb_cmdline.c | 102 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 D | hvb_main.c | 32 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 D | hril_hdf.c | 148 const HRilOps *ops = NULL; in LoadVendor() local
|
| /base/update/sys_installer/services/module_update/util/src/ |
| H A D | module_hvb_ops.cpp | 113 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
|