Home
last modified time | relevance | path

Searched refs:isPublic (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/service/hnp/installer/include/
H A Dhnp_installer.h62 bool isPublic; // 是否公有 member
/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c345 if (hnpInfo->isPublic == false) { in HnpInstallForceCheck()
422 if (access(hnpInfo->hnpVersionPath, F_OK) == 0 && hnpInfo->isPublic) { in HnpReadAndInstall()
456 if (hnpInfo->isPublic) { in HnpReadAndInstall()
553 hnpInfo.isPublic = true; in HapReadAndInstall()
561 hnpInfo.isPublic = false; in HapReadAndInstall()
/base/startup/appspawn/test/unittest/hnp_test/
H A Dhnp_installer_test.cpp83 void HnpPackWithoutBin(char *name, bool isPublic, bool isFirst) in HnpPackWithoutBin() argument
87 if (isPublic) { in HnpPackWithoutBin()
120 void HnpPackWithBin(char *name, char *version, bool isPublic, bool isFirst, mode_t mode) in HnpPackWithBin() argument
125 if (isPublic) { in HnpPackWithBin()
131 if (isPublic) { in HnpPackWithBin()
169 void HnpPackWithCfg(bool isPublic, bool isFirst) in HnpPackWithCfg() argument
175 if (isPublic) { in HnpPackWithCfg()

Completed in 4 milliseconds