/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_source_native_ndk_test.cpp | 39 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 D | image_ndk_test.cpp | 288 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 D | image_packer_native_ndk_test.cpp | 40 OH_PackingOptions *ops = nullptr; variable 55 OH_PackingOptions *ops = nullptr; variable 83 OH_PackingOptions *ops = nullptr; variable
|
H A D | pixelmap_native_ndk_test.cpp | 50 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 D | hvb_ops.c | 68 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 D | module_hvb_ops.cpp | 68 …struct 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 D | hvb_main.c | 32 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 D | image_source_mdk.cpp | 50 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 D | cpu_worker.h | 32 CPUWorker(const QoS& qos, CpuWorkerOps&& ops, void* worker_mgr) : WorkerThread(qos), ops(ops) in CPUWorker() 43 CpuWorkerOps ops; variable
|
H A D | scpu_monitor.h | 26 SCPUMonitor(CpuMonitorOps&& ops) : CPUMonitor(std::move(ops)) {}; in SCPUMonitor()
|
H A D | cpu_manager_strategy.cpp | 40 CpuWorkerOps ops { in CreateCPUWorker() local 76 CpuMonitorOps ops { in CreateCPUMonitor() local
|
/ohos5.0/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 … 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 D | fbex.cpp | 162 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 D | blackbox_core.c | 41 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 D | blackbox_adapter.c | 78 struct ModuleOps ops = { in BBoxTest() local 96 struct ModuleOps ops = { in BBoxAdapterInit() local
|
/ohos5.0/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() 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 D | pixelmap_native.cpp | 164 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 D | drawing_gpu_context.cpp | 29 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 D | mmc_emmc.c | 47 void EmmcDeviceAddOps(struct EmmcDevice *dev, struct EmmcDeviceOps *ops) in EmmcDeviceAddOps()
|
/ohos5.0/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
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_backend/ |
H A D | nn_backend_test.cpp | 523 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 D | param_base.c | 80 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 D | hdf_bt_transport.h | 16 const struct HdfBtTransportOps *ops; member
|
H A D | hdf_chip.h | 58 const struct HdfPowerOps *ops; member 91 const struct HdfResetOps *ops; member
|
/ohos5.0/drivers/hdf_core/framework/model/sensor/driver/include/ |
H A D | sensor_device_if.h | 25 struct SensorOps ops; member
|