Searched refs:HapInfo (Results 1 - 6 of 6) sorted by relevance
/base/startup/appspawn/interfaces/innerkits/hnp/include/ |
H A D | hnp_api.h | 61 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 D | bms_wrapper.h | 34 } HapInfo; typedef 48 HapInfo hapInfo;
|
/base/security/asset/services/common/src/ |
H A D | process_info.rs | 68 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 D | calling_info.rs | 92 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 D | hnp_installer_test.cpp | 1080 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 D | hnp_api.c | 161 int NativeInstallHnp(const char *userId, const char *hnpRootPath, const HapInfo *hapInfo, int installOptions)
in NativeInstallHnp()
|
Completed in 4 milliseconds