Home
last modified time | relevance | path

Searched refs:ConvertToUint64 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhitrace_adapter_impl.cpp31 uint64_t ConvertToUint64(const char *originValue, uint64_t defaultValue) in ConvertToUint64() function
66 uint64_t tags = ConvertToUint64(enable, 0); in IsHiTraceEnable()
102 uint64_t tags = ConvertToUint64(enable, 0); in IsACETraceEnable()
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/native/common/ndk/
H A Dimage_receiver_native.cpp169 static bool ConvertToUint64(const std::string& str, uint64_t& value) in ConvertToUint64() function
195 if (!ConvertToUint64(strKey, *surfaceId)) { in OH_ImageReceiverNative_GetReceivingSurfaceId()