Home
last modified time | relevance | path

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

12

/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
/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...]
/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...]
/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
H A Dparam_selinux.c262 INIT_LOCAL_API int RegisterSecuritySelinuxOps(ParamSecurityOps *ops, int isInit) in RegisterSecuritySelinuxOps() argument
[all...]
H A Dparam_dac.c284 INIT_LOCAL_API int RegisterSecurityDacOps(ParamSecurityOps *ops, int isInit) in RegisterSecurityDacOps() 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
/base/startup/init/services/param/include/
H A Dparam_manager.h75 PARAM_WORKSPACE_OPS ops; member
/base/startup/init/services/param/linux/
H A Dparam_request.c41 PARAM_WORKSPACE_OPS ops = {0}; in ParameterInit() local
H A Dparam_service.c389 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_SELINUX); in LoadSelinuxLabel() local
402 PARAM_WORKSPACE_OPS ops = {0}; in InitParamService() local
[all...]
/base/startup/init/services/param/base/
H A Dparam_base.c80 static int CheckNeedInit(int onlyRead, const PARAM_WORKSPACE_OPS *ops) in CheckNeedInit() argument
170 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_SELINUX); CreateWorkSpace() local
185 InitParamWorkSpace(int onlyRead, const PARAM_WORKSPACE_OPS *ops) InitParamWorkSpace() argument
268 PARAM_WORKSPACE_OPS ops = {0}; InitParameterClient() local
[all...]
/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c100 static enum hvb_errno hash_image_init_desc(struct hvb_ops *ops, const char *ptn, in hash_image_init_desc() argument
475 static enum hvb_errno _check_rollback_index(struct hvb_ops *ops, struct hvb_cert *cert, struct hvb_verified_data *vd) in _check_rollback_index() argument
503 enum hvb_errno cert_init_desc(struct hvb_ops *ops, const char *ptn, struct hvb_buf *cert_buf, in cert_init_desc() argument
[all...]
/base/startup/init/services/param/manager/
H A Dparam_server.c275 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_DAC); in LoadSecurityLabel() local
H A Dparam_manager.c94 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_SELINUX); in SystemTraversalParameter() local
198 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_SELINUX); in SystemDumpParameters() local
247 ParamSecurityOps *ops = GetParamSecurityOps(PARAM_SECURITY_SELINUX); in SysCheckParamExist() local
[all...]
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp516 std::string ops = "test"; in HWTEST_F() local
531 nlohmann::json ops; in HWTEST_F() local

Completed in 15 milliseconds

12