Searched refs:MakeKey (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/ |
H A D | rs_command_factory.cpp | 47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey() function 62 auto result = unmarshallingFuncLUT_.try_emplace(MakeKey(type, subtype), func); in Register() 71 auto it = unmarshallingFuncLUT_.find(MakeKey(type, subtype)); in GetUnmarshallingFunc()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 958 static string MakeKey(uint32_t srcFormat, uint32_t dstFormat) in MakeKey() function 965 g_procMapping.emplace(MakeKey(GRAY_BIT, ARGB_8888), &BitConvertARGB8888); in InitGrayProc() 966 g_procMapping.emplace(MakeKey(GRAY_BIT, RGB_565), &BitConvertRGB565); in InitGrayProc() 967 g_procMapping.emplace(MakeKey(GRAY_BIT, ALPHA_8), &BitConvertGray); in InitGrayProc() 969 g_procMapping.emplace(MakeKey(ALPHA_8, ARGB_8888), &GrayConvertARGB8888); in InitGrayProc() 970 g_procMapping.emplace(MakeKey(ALPHA_8, RGB_565), &GrayConvertRGB565); in InitGrayProc() 972 g_procMapping.emplace(MakeKey(GRAY_ALPHA, ARGB_8888), &GrayAlphaConvertARGB8888); in InitGrayProc() 973 g_procMapping.emplace(MakeKey(GRAY_ALPHA, ALPHA_8), &GrayAlphaConvertAlpha); in InitGrayProc() 978 g_procMapping.emplace(MakeKey(RGB_888, ARGB_8888), &RGB888ConvertARGB8888); in InitRGBProc() 979 g_procMapping.emplace(MakeKey(RGB_88 in InitRGBProc() [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netsys_client.c | 143 static bool MakeKey(const char *hostName, const char *serv, const struct addrinfo *hints, in MakeKey() function 221 if (!MakeKey(param.host, param.serv, param.hint, key)) { in NetsysSendKeyForCache()
|
Completed in 5 milliseconds