/ohos5.0/base/startup/hvb/libhvb/src/cmdline/ |
H A D | hvb_cmdline.c | 24 static int cmdline_append_option(struct hvb_verified_data *vd, const char *key, const char *value) in cmdline_append_option() 58 static int hvb_append_version_cmdline(struct hvb_verified_data *vd, const char *key_value, in hvb_append_version_cmdline() 77 static int cmdline_append_uint64_base10(struct hvb_verified_data *vd, const char *key, uint64_t val… in cmdline_append_uint64_base10() 86 static int cmdline_append_hex(struct hvb_verified_data *vd, const char* key, in cmdline_append_hex() 102 enum hvb_errno hvb_creat_cmdline(struct hvb_ops *ops, struct hvb_verified_data *vd) in hvb_creat_cmdline()
|
/ohos5.0/base/startup/hvb/libhvb/src/auth/ |
H A D | hvb.c | 29 struct hvb_verified_data *vd = NULL; in hvb_init_verified_data() local 74 struct hvb_verified_data *vd) in hvb_rvt_verify_root() 104 static struct hvb_buf *hvb_get_partition_image(struct hvb_verified_data *vd, const char *ptn) in hvb_get_partition_image() 130 struct hvb_buf *rvt, struct hvb_verified_data *vd) in hvb_walk_verify_nodes() 229 struct hvb_verified_data *vd = NULL; in hvb_chain_verify() local 291 void hvb_chain_verify_data_free(struct hvb_verified_data *vd) in hvb_chain_verify_data_free()
|
/ohos5.0/base/update/sys_installer/services/module_update/src/ |
H A D | module_dm.cpp | 38 static bool CheckVerifiedData(const struct hvb_verified_data *vd) in CheckVerifiedData() 55 struct hvb_verified_data *vd = moduleFile.GetVerifiedData(); in CreateDmDevice() local
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/native/include/ |
H A D | screen_capture_native_mock.h | 61 std::weak_ptr<ScreenCapture> vd) : mockCb_(cb), screenCapture_(vd) {} in ScreenCaptureNativeCallbackMock()
|
/ohos5.0/base/startup/hvb/libhvb/src/rvt/ |
H A D | hvb_rvt.c | 20 enum hvb_errno hvb_calculate_certs_digest(struct hvb_verified_data *vd, uint8_t *out_digest) in hvb_calculate_certs_digest()
|
/ohos5.0/base/startup/hvb/libhvb/src/cert/ |
H A D | hvb_cert.c | 102 struct hvb_verified_data *vd) in hash_image_init_desc() 469 …rno _check_rollback_index(struct hvb_ops *ops, struct hvb_cert *cert, struct hvb_verified_data *vd) in _check_rollback_index() 499 struct hvb_verified_data *vd) in cert_init_desc()
|
/ohos5.0/base/startup/hvb/libhvb/src/footer/ |
H A D | hvb_footer.c | 114 struct hvb_buf *out_pubk, struct hvb_verified_data *vd) in footer_init_desc()
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | log_display.cpp | 153 static void SortDomainList(vector<DomainStatsRsp>& vd, const DomainStatsRsp* domainList, int num) in SortDomainList() 181 vector<DomainStatsRsp> vd; // sort domain list in HilogShowDomainStatsInfo() local
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/libfs_hvb/ |
H A D | fs_hvb.c | 210 static int FsHvbGetCert(struct hvb_cert *cert, char *devName, struct hvb_verified_data *vd) in FsHvbGetCert() 480 …ic int FsHvbCreateVerityTarget(DmVerityTarget *target, char *devName, struct hvb_verified_data *vd) in FsHvbCreateVerityTarget()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
H A D | render_node_default_shadow_render_slot.cpp | 303 ViewportDesc vd = currentScene_.viewportDesc; in RenderSubmeshes() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/ |
H A D | transform_util.cpp | 23 double vd[3] = { v[0], v[1], v[2] }; in Length3() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.cpp | 2264 const ViewportDesc& vd = renderCmd.viewportDesc; in RenderCommandDynamicStateViewport() local 3023 void RenderBackendGLES::SetViewport(const RenderPassDesc::RenderArea& ra, const ViewportDesc& vd) in SetViewport()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.cpp | 195 void ValidateViewport(const string_view nodeName, const ViewportDesc& vd) in ValidateViewport()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 2444 const ViewportDesc& vd = renderCmd.viewportDesc; in RenderCommand() local
|