Searched defs:appIcon (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | dm_app_image_info.h | 33 …explicit DmAppImageInfo(uint8_t *appIcon, int32_t appIconLen, uint8_t *appThumbnail, int32_t appTh… in DmAppImageInfo() 42 void Reset(uint8_t *appIcon, int32_t appIconLen, uint8_t *appThumbnail, int32_t appThumbnailLen) in Reset() 51 void ResetIcon(uint8_t *appIcon, int32_t appIconLen) in ResetIcon() 171 …void SaveData(const uint8_t *appIcon, int32_t appIconLen, const uint8_t *appThumbnail, int32_t app… in SaveData() 177 void SaveIconData(const uint8_t *appIcon, int32_t appIconLen) in SaveIconData()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | uds.cpp | 598 int OH_UdsContentForm_GetAppIcon(OH_UdsContentForm* pThis, unsigned char** appIcon, unsigned int* l… in OH_UdsContentForm_GetAppIcon() 649 int OH_UdsContentForm_SetAppIcon(OH_UdsContentForm* pThis, const unsigned char* appIcon, unsigned i… in OH_UdsContentForm_SetAppIcon()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | uds_test.cpp | 1095 unsigned char appIcon[] = {5, 6, 7, 8, 9}; variable
|
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/include/authentication/ |
H A D | dm_auth_manager.h | 158 std::string appIcon; member
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 985 void *appIcon = nullptr; in DmAuthParamToJsAuthParam() local
|