Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/common/test/unittest/src/
H A Ddistributed_sched_utils_test.cpp205 EXPECT_EQ(true, IsBase64('+')); in HWTEST_F()
206 EXPECT_EQ(true, IsBase64('/')); in HWTEST_F()
207 EXPECT_EQ(true, IsBase64('3')); in HWTEST_F()
/foundation/ability/dmsfwk/common/include/
H A Ddistributed_sched_utils.h39 bool IsBase64(unsigned char c);
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dutils.h76 static inline bool IsBase64(unsigned char c);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dutils.h76 static inline bool IsBase64(unsigned char c);
/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h41 bool IsBase64(unsigned char c);
/foundation/ability/dmsfwk/common/src/
H A Ddistributed_sched_utils.cpp305 while (len-- && (basicString[index] != '=') && IsBase64(basicString[index])) { in Base64Decode()
344 bool IsBase64(unsigned char c) in IsBase64() function
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp154 while (len-- && (basicString[index] != '=') && IsBase64(basicString[index])) { in Base64Decode()
193 bool IsBase64(unsigned char c) in IsBase64() function

Completed in 4 milliseconds