Searched refs:MakeCharTree (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/netmanager_base/utils/common_utils/src/ |
H A D | base64_utils.cpp | 80 static inline void MakeCharTree(const std::array<uint8_t, CHAR_ARRAY_LENGTH_FOUR> &charArrayFour, in MakeCharTree() function 155 MakeCharTree(charArrayFour, charArrayThree); in Decode() 174 MakeCharTree(charArrayFour, charArrayThree); in Decode()
|
/foundation/communication/netstack/frameworks/js/napi/http/cache/base64/src/ |
H A D | base64_utils.cpp | 80 static inline void MakeCharTree(const std::array<uint8_t, CHAR_ARRAY_LENGTH_FOUR> &charArrayFour, in MakeCharTree() function 162 MakeCharTree(charArrayFour, charArrayThree); in Decode() 178 MakeCharTree(charArrayFour, charArrayThree); in Decode()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/ |
H A D | base64_utils.cpp | 80 static void MakeCharTree(const std::array<uint8_t, CHAR_ARRAY_LENGTH_FOUR> &charArrayFour, in MakeCharTree() function 155 MakeCharTree(charArrayFour, charArrayThree); in Decode() 174 MakeCharTree(charArrayFour, charArrayThree); in Decode()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | db_base64_utils.cpp | 91 static void MakeCharTree(const std::array<uint8_t, CHAR_ARRAY_LENGTH_FOUR> &charArrayFour, in MakeCharTree() function 175 MakeCharTree(charArrayFour, charArrayThree); in Decode() 194 MakeCharTree(charArrayFour, charArrayThree); in Decode()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_utils.cpp | 195 static inline void MakeCharTree(const std::array<uint8_t, CHAR_ARRAY_LENGTH_FOUR> &charArrayFour, in GetNowTimeGMT() function 277 MakeCharTree(charArrayFour, charArrayThree); in GetNowTimeGMT() 293 MakeCharTree(charArrayFour, charArrayThree); in GetNowTimeGMT()
|
Completed in 3 milliseconds