Home
last modified time | relevance | path

Searched refs:ToUint64 (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_command.h86 return Utils::ToUint64(String(index)); in Uint64()
H A Drs_profiler_telemetry.cpp160 value = Utils::ToUint64(Utils::ExtractNumber(line)); in GetValue()
187 info.times[i] = Utils::ToUint64(args[i + 1]); in GetCpuTime()
191 return Utils::ToUint64(args[0].data() + cpuWordSize); in GetCpuTime()
H A Drs_profiler_capturedata.cpp101 return Utils::ToUint64(GetProperty(name)); in GetPropertyUint64()
H A Drs_profiler_utils.cpp160 return ToUint64(string); in ToUint32()
163 uint64_t Utils::ToUint64(const std::string& string) in ToUint64() function in OHOS::Rosen::Utils
218 number = ToUint64(string); in ToNumber()
H A Drs_profiler_utils.h64 static uint64_t ToUint64(const std::string& string);
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/
H A Dn_val.h57 std::tuple<bool, uint64_t, bool> ToUint64() const;
H A Dn_val.cpp177 tuple<bool, uint64_t, bool> NVal::ToUint64() const in ToUint64() function in OHOS::DistributedFS::NVal
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/
H A Dnapi_value.h59 std::tuple<bool, uint64_t, bool> ToUint64() const;
H A Dnapi_value.cpp177 tuple<bool, uint64_t, bool> NapiValue::ToUint64() const in ToUint64() function in OHOS::AppExecFwk::LIBZIP::NapiValue
/foundation/filemanagement/file_api/utils/filemgmt_libn/include/
H A Dn_val.h60 std::tuple<bool, uint64_t, bool> ToUint64() const;
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/
H A Dn_val.cpp201 tuple<bool, uint64_t, bool> NVal::ToUint64() const in ToUint64() function in OHOS::FileManagement::LibN::NVal

Completed in 7 milliseconds