Home
last modified time | relevance | path

Searched refs:HapInfo (Results 1 - 6 of 6) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/hnp/include/
H A Dhnp_api.h61 typedef struct HapInfo { struct
65 } HapInfo; typedef
77 int NativeInstallHnp(const char *userId, const char *hnpRootPath, const HapInfo *hapInfo, int installOptions);
/base/security/asset/services/os_dependency/inc/
H A Dbms_wrapper.h34 } HapInfo; typedef
48 HapInfo hapInfo;
/base/security/asset/services/common/src/
H A Dprocess_info.rs68 pub struct HapInfo { structure names
89 Hap(HapInfo),
133 ProcessInfoDetail::Hap(HapInfo { app_id, app_index: process_info_ffi.hap_info.app_index }) in build()
H A Dcalling_info.rs92 use crate::process_info::{HapInfo, NativeInfo};
104 process_info_detail: ProcessInfoDetail::Hap(HapInfo { app_id, app_index }), in test_build_callig_info_specific_and_hap()
124 process_info_detail: ProcessInfoDetail::Hap(HapInfo { app_id, app_index }), in test_build_callig_info_hap()
/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp1080 struct HapInfo hapInfo; in HWTEST_F()
1081 (void)memset_s(&hapInfo, sizeof(HapInfo), 0, sizeof(HapInfo)); in HWTEST_F()
1135 struct HapInfo hapInfo; in HWTEST_F()
1136 (void)memset_s(&hapInfo, sizeof(HapInfo), 0, sizeof(HapInfo)); in HWTEST_F()
1172 struct HapInfo hapInfo; in HWTEST_F()
1173 (void)memset_s(&hapInfo, sizeof(HapInfo), 0, sizeof(HapInfo)); in HWTEST_F()
1217 struct HapInfo hapInf in HWTEST_F()
[all...]
/base/startup/appspawn/interfaces/innerkits/hnp/src/
H A Dhnp_api.c161 int NativeInstallHnp(const char *userId, const char *hnpRootPath, const HapInfo *hapInfo, int installOptions) in NativeInstallHnp()

Completed in 4 milliseconds