Home
last modified time | relevance | path

Searched refs:productKey (Results 1 - 7 of 7) sorted by relevance

/base/startup/init/interfaces/hals/utils/token/
H A Dhal_token.c52 __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 Dtoken.c61 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 Dtoken.c104 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 Dtoken_unittest.cpp79 char *productKey; in HWTEST_F() local
81 int ret = HalGetProdKey(productKey, len); in HWTEST_F()
/base/startup/init/interfaces/innerkits/include/token/
H A Dtoken.h64 * @param productKey The productKey value, len The productKey len.
67 int GetProdKey(char *productKey, unsigned int len);
/base/startup/init/interfaces/hals/
H A Dhal_token.h71 * @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 Dhal_token.h71 * @param productKey The productKey value
72 * @param len The productKey len.
75 int HalGetProdKey(char *productKey, unsigned int len);

Completed in 2 milliseconds