Searched refs:productKey (Results 1 - 7 of 7) sorted by relevance
/base/startup/init/interfaces/hals/utils/token/ |
H A D | hal_token.c | 52 __attribute__((weak)) static int OEMGetProdKey(char* productKey, unsigned int len) in OEMGetProdKey() argument 55 (void)(productKey); in OEMGetProdKey() 96 __attribute__((weak)) int HalGetProdKey(char* productKey, unsigned int len) in HalGetProdKey() argument 98 if (productKey == NULL) { in HalGetProdKey() 102 return OEMGetProdKey(productKey, len); in HalGetProdKey()
|
/base/startup/init/interfaces/innerkits/token/src/token_impl_hal/ |
H A D | token.c | 61 int GetProdKey(char *productKey, unsigned int len)
in GetProdKey() argument 63 if (productKey == NULL) {
in GetProdKey() 64 HILOG_ERROR(HILOG_MODULE_HIVIEW, "productKey is nullptr");
in GetProdKey() 68 return HalGetProdKey(productKey, len);
in GetProdKey()
|
/base/startup/init/interfaces/innerkits/token/src/token_impl_posix/ |
H A D | token.c | 104 int GetProdKey(char *productKey, unsigned int len)
in GetProdKey() argument 106 if (productKey == NULL) {
in GetProdKey() 107 HILOG_ERROR(HILOG_MODULE_HIVIEW, "productKey is nullptr");
in GetProdKey() 116 return HalGetProdKey(productKey, len);
in GetProdKey()
|
/base/startup/init/test/unittest/token/ |
H A D | token_unittest.cpp | 79 char *productKey; in HWTEST_F() local 81 int ret = HalGetProdKey(productKey, len); in HWTEST_F()
|
/base/startup/init/interfaces/innerkits/include/token/ |
H A D | token.h | 64 * @param productKey The productKey value, len The productKey len.
67 int GetProdKey(char *productKey, unsigned int len);
|
/base/startup/init/interfaces/hals/ |
H A D | hal_token.h | 71 * @param productKey The productKey value
72 * @param len The productKey len.
75 int HalGetProdKey(char *productKey, unsigned int len);
|
/base/startup/init/interfaces/innerkits/token/ |
H A D | hal_token.h | 71 * @param productKey The productKey value
72 * @param len The productKey len.
75 int HalGetProdKey(char *productKey, unsigned int len);
|
Completed in 2 milliseconds