Home
last modified time | relevance | path

Searched refs:GetUdsValue (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Duds.cpp34 auto value = pThis->GetUdsValue<std::string>(paramName); in GetUdsStrValue()
41 auto value = pThis->GetUdsValue<std::vector<uint8_t>>(paramName); in GetUdsUint8Value()
45 auto lengthPtr = pThis->GetUdsValue<int>(paramNameLen); in GetUdsUint8Value()
119 T* UdsObject::GetUdsValue(const char* paramName) in GetUdsValue() function in UdsObject
484 auto pixelMap = pThis->GetUdsValue<std::shared_ptr<OHOS::Media::PixelMap>>(PIXEL_MAP); in OH_UdsPixelMap_GetPixelMap()
H A Dudmf_capi_common.h32 template<typename T> T* GetUdsValue(const char* paramName);

Completed in 3 milliseconds