Searched refs:acKey (Results 1 - 7 of 7) sorted by relevance
/base/startup/init/interfaces/hals/utils/token/ |
H A D | hal_token.c | 36 __attribute__((weak)) static int OEMGetAcKey(char* acKey, unsigned int len) in OEMGetAcKey() argument 39 (void)(acKey); in OEMGetAcKey() 78 __attribute__((weak)) int HalGetAcKey(char* acKey, unsigned int len) in HalGetAcKey() argument 80 if (acKey == NULL) { in HalGetAcKey() 84 return OEMGetAcKey(acKey, len); in HalGetAcKey()
|
/base/startup/init/interfaces/innerkits/token/src/token_impl_hal/ |
H A D | token.c | 41 int GetAcKey(char *acKey, unsigned int len)
in GetAcKey() argument 43 if (acKey == NULL) {
in GetAcKey() 44 HILOG_ERROR(HILOG_MODULE_HIVIEW, "acKey is nullptr");
in GetAcKey() 48 return HalGetAcKey(acKey, len);
in GetAcKey()
|
/base/startup/init/interfaces/innerkits/token/src/token_impl_posix/ |
H A D | token.c | 80 int GetAcKey(char *acKey, unsigned int len)
in GetAcKey() argument 82 if (acKey == NULL) {
in GetAcKey() 83 HILOG_ERROR(HILOG_MODULE_HIVIEW, "acKey is nullptr");
in GetAcKey() 91 return HalGetAcKey(acKey, len);
in GetAcKey()
|
/base/startup/init/test/unittest/token/ |
H A D | token_unittest.cpp | 63 char *acKey; in HWTEST_F() local 65 int ret = HalGetAcKey(acKey, len); in HWTEST_F()
|
/base/startup/init/interfaces/innerkits/include/token/ |
H A D | token.h | 48 * @param acKey The acKey value, len The acKey len.
51 int GetAcKey(char *acKey, unsigned int len);
|
/base/startup/init/interfaces/hals/ |
H A D | hal_token.h | 53 * @param acKey the result acKey, if get successfully.
54 * @param len length of the acKey.
57 int HalGetAcKey(char *acKey, unsigned int len);
|
/base/startup/init/interfaces/innerkits/token/ |
H A D | hal_token.h | 53 * @param acKey the result acKey, if get successfully.
54 * @param len length of the acKey.
57 int HalGetAcKey(char *acKey, unsigned int len);
|
Completed in 2 milliseconds