Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 25 of 148) sorted by relevance

123456

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_source_native_ndk_test.cpp39 OH_ImageSource_Info *ops = nullptr; variable
53 OH_ImageSource_Info *ops = nullptr; variable
68 OH_ImageSource_Info *ops = nullptr; variable
83 OH_ImageSource_Info *ops = nullptr; variable
97 OH_DecodingOptions *ops = nullptr; variable
111 OH_DecodingOptions *ops = nullptr; variable
130 OH_DecodingOptions *ops = nullptr; variable
149 OH_DecodingOptions *ops = nullptr; variable
168 OH_DecodingOptions *ops = nullptr; variable
189 OH_DecodingOptions *ops = nullptr; variable
[all …]
H A Dimage_ndk_test.cpp288 OhosImageSourceOps* ops= nullptr; variable
307 OhosImageSourceOps* ops= nullptr; variable
325 OhosImageSourceOps* ops= nullptr; variable
344 OhosImageSourceOps* ops= nullptr; variable
365 OhosImageSourceOps* ops= nullptr; variable
383 OhosImageSourceOps* ops= nullptr; variable
402 OhosImageSourceOps* ops= nullptr; variable
433 OhosImageDecodingOps* ops = nullptr; variable
450 OhosImageDecodingOps* ops = nullptr; variable
H A Dimage_packer_native_ndk_test.cpp40 OH_PackingOptions *ops = nullptr; variable
55 OH_PackingOptions *ops = nullptr; variable
83 OH_PackingOptions *ops = nullptr; variable
H A Dpixelmap_native_ndk_test.cpp50 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
64 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
81 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
98 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
110 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
127 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
514 OH_Pixelmap_InitializationOptions *ops = nullptr; variable
/ohos5.0/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()
143 static enum hvb_io_errno HvbWriteToPartition(struct hvb_ops* ops, in HvbWriteToPartition()
151 static enum hvb_io_errno HvbInvaldateKey(struct hvb_ops* ops, in HvbInvaldateKey()
167 static enum hvb_io_errno HvbReadRollbackIdx(struct hvb_ops* ops, in HvbReadRollbackIdx()
181 static enum hvb_io_errno HvbWriteRollbackIdx(struct hvb_ops* ops, in HvbWriteRollbackIdx()
188 static enum hvb_io_errno HvbReadLockState(struct hvb_ops* ops, in HvbReadLockState()
194 static enum hvb_io_errno HvbGetSizeOfPartition(struct hvb_ops* ops, in HvbGetSizeOfPartition()
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_hvb_ops.cpp68struct hvb_ops *ops, const char *partition, int64_t offset, uint64_t numBytes, void *buf, uint64_t… in HvbReadFromPartition()
108 struct hvb_ops *ops, const char *partition, int64_t offset, uint64_t numBytes, const void *buf) in HvbWriteToPartition()
113 static enum hvb_io_errno HvbInvalidateKey(struct hvb_ops *ops, const uint8_t *publicKeyData, uint64… in HvbInvalidateKey()
126 struct hvb_ops *ops, uint64_t rollBackIndexLocation, uint64_t *outRollbackIndex) in HvbReadRollbackIdx()
139 struct hvb_ops *ops, uint64_t rollBackIndexLocation, uint64_t rollbackIndex) in HvbWriteRollbackIdx()
144 static enum hvb_io_errno HvbReadLockState(struct hvb_ops *ops, bool *lock_state) in HvbReadLockState()
149 static enum hvb_io_errno HvbGetSizeOfPartition(struct hvb_ops *ops, const char *partition, uint64_t… in HvbGetSizeOfPartition()
/ohos5.0/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()
93 static enum hvb_io_errno hvb_write_partition(struct hvb_ops *ops, in hvb_write_partition()
140 static enum hvb_io_errno hvb_read_rollback(struct hvb_ops *ops, in hvb_read_rollback()
151 static enum hvb_io_errno hvb_write_rollback(struct hvb_ops *ops, in hvb_write_rollback()
158 static enum hvb_io_errno hvb_get_partiton_uuid(struct hvb_ops *ops, in hvb_get_partiton_uuid()
170 static enum hvb_io_errno hvb_get_partiton_size(struct hvb_ops *ops, in hvb_get_partiton_size()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_source_mdk.cpp50 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_Create()
63 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromUri()
79 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromFd()
92 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromData()
108 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateFromRawFile()
121 struct OhosImageSource* source, struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateIncremental()
134 struct OhosImageSourceOps* ops, napi_value *res) in OH_ImageSource_CreateIncrementalFromData()
159 struct OhosImageDecodingOps* ops, napi_value *res) in OH_ImageSource_CreatePixelMap()
175 struct OhosImageDecodingOps* ops, napi_value* res) in OH_ImageSource_CreatePixelMapList()
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/
H A Dcpu_worker.h32 CPUWorker(const QoS& qos, CpuWorkerOps&& ops, void* worker_mgr) : WorkerThread(qos), ops(ops) in CPUWorker()
43 CpuWorkerOps ops; variable
H A Dscpu_monitor.h26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor()
H A Dcpu_manager_strategy.cpp40 CpuWorkerOps ops { in CreateCPUWorker() local
76 CpuMonitorOps ops { in CreateCPUMonitor() local
/ohos5.0/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 … in _load_and_parse_footer()
93 static enum hvb_errno _load_cert(struct hvb_ops *ops, struct hvb_buf *cert, const char *ptn, struct… in _load_cert()
113 enum hvb_errno footer_init_desc(struct hvb_ops *ops, const char *ptn, const char *const *hash_ptn_l… in footer_init_desc()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfbex.cpp162 FbeOptsE ops{ .userIdDouble = userIdDouble, .userIdSingle = userIdSingle }; in InstallEL5KeyToKernel() local
197 FbeOpts ops{.user = userId, .type = type, .len = size, .flag = flag}; in InstallKeyToKernel() local
238 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in InstallDoubleDeKeyToKernel() local
284 FbeOpts ops{.user = userId, .type = type, .len = size}; in UninstallOrLockUserKeyToKernel() local
317 FbeOptsE ops{ .userIdDouble = userIdDouble, .userIdSingle = userIdSingle }; in DeleteClassEPinCode() local
369 FbeOpts ops; in LockScreenToKernel() local
395 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in GenerateAppkey() local
454 FbeOpts ops{.user = userId, .type = type, .len = size}; in UnlockScreenToKernel() local
499 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in ReadESecretToKernel() local
555 FbeOptsE ops{ .userIdDouble = userIdToFbe.userIds[DOUBLE_ID_INDEX], in WriteESecretToKernel() local
[all …]
/ohos5.0/base/hiviewdfx/blackbox_lite/
H A Dblackbox_core.c41 struct ModuleOps ops; member
147 struct BBoxOps *ops = NULL; in SaveErrorLog() local
206 int BBoxRegisterModuleOps(struct ModuleOps *ops) in BBoxRegisterModuleOps()
258 struct BBoxOps *ops = NULL; in BBoxNotifyError() local
H A Dblackbox_adapter.c78 struct ModuleOps ops = { in BBoxTest() local
96 struct ModuleOps ops = { in BBoxAdapterInit() local
/ohos5.0/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()
129 static enum hvb_errno hvb_walk_verify_nodes(struct hvb_ops *ops, const char *const *ptn_list, in hvb_walk_verify_nodes()
222 enum hvb_errno hvb_chain_verify(struct hvb_ops *ops, in hvb_chain_verify()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/pixelmap_ndk/
H A Dpixelmap_native.cpp164 Image_ErrorCode OH_PixelmapInitializationOptions_Create(OH_Pixelmap_InitializationOptions **ops) in OH_PixelmapInitializationOptions_Create()
177 Image_ErrorCode OH_PixelmapInitializationOptions_GetWidth(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetWidth()
188 Image_ErrorCode OH_PixelmapInitializationOptions_SetWidth(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetWidth()
199 Image_ErrorCode OH_PixelmapInitializationOptions_GetHeight(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetHeight()
210 Image_ErrorCode OH_PixelmapInitializationOptions_SetHeight(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetHeight()
221 …e_ErrorCode OH_PixelmapInitializationOptions_GetPixelFormat(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetPixelFormat()
232 …e_ErrorCode OH_PixelmapInitializationOptions_SetPixelFormat(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetPixelFormat()
243 …rrorCode OH_PixelmapInitializationOptions_GetSrcPixelFormat(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetSrcPixelFormat()
265 …age_ErrorCode OH_PixelmapInitializationOptions_GetAlphaType(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_GetAlphaType()
276 …age_ErrorCode OH_PixelmapInitializationOptions_SetAlphaType(OH_Pixelmap_InitializationOptions *ops, in OH_PixelmapInitializationOptions_SetAlphaType()
[all …]
/ohos5.0/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()
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_emmc.c47 void EmmcDeviceAddOps(struct EmmcDevice *dev, struct EmmcDeviceOps *ops) in EmmcDeviceAddOps()
/ohos5.0/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
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/
H A Dnn_backend_test.cpp523 std::vector<bool> ops; variable
541 std::vector<bool> ops; variable
560 std::vector<bool> ops; variable
582 std::vector<bool> ops; variable
/ohos5.0/base/startup/init/services/param/base/
H A Dparam_base.c80 static int CheckNeedInit(int onlyRead, const PARAM_WORKSPACE_OPS *ops) in CheckNeedInit()
170 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_SELINUX); in CreateWorkSpace() local
185 INIT_INNER_API int InitParamWorkSpace(int onlyRead, const PARAM_WORKSPACE_OPS *ops) in InitParamWorkSpace()
268 PARAM_WORKSPACE_OPS ops = {0}; in InitParameterClient() local
549 ParamSecurityOps *ops = &g_paramWorkSpace.paramSecurityOps[i]; in CheckParamPermission_() local
/ohos5.0/drivers/hdf_core/framework/include/bluetooth/
H A Dhdf_bt_transport.h16 const struct HdfBtTransportOps *ops; member
H A Dhdf_chip.h58 const struct HdfPowerOps *ops; member
91 const struct HdfResetOps *ops; member
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/
H A Dsensor_device_if.h25 struct SensorOps ops; member

123456