Searched refs:ToUint64 (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_command.h | 86 return Utils::ToUint64(String(index)); in Uint64()
|
H A D | rs_profiler_telemetry.cpp | 160 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 D | rs_profiler_capturedata.cpp | 101 return Utils::ToUint64(GetProperty(name)); in GetPropertyUint64()
|
H A D | rs_profiler_utils.cpp | 160 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 D | rs_profiler_utils.h | 64 static uint64_t ToUint64(const std::string& string);
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/common/napi/ |
H A D | n_val.h | 57 std::tuple<bool, uint64_t, bool> ToUint64() const;
|
H A D | n_val.cpp | 177 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 D | napi_value.h | 59 std::tuple<bool, uint64_t, bool> ToUint64() const;
|
H A D | napi_value.cpp | 177 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 D | n_val.h | 60 std::tuple<bool, uint64_t, bool> ToUint64() const;
|
/foundation/filemanagement/file_api/utils/filemgmt_libn/src/ |
H A D | n_val.cpp | 201 tuple<bool, uint64_t, bool> NVal::ToUint64() const in ToUint64() function in OHOS::FileManagement::LibN::NVal
|
Completed in 7 milliseconds