Home
last modified time | relevance | path

Searched refs:absolute (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/ffrt/src/sched/
H A Dscheduler.h98 task->qos.deadline.relative += deadline - task->qos.deadline.absolute; in ResetDeadline()
99 task->qos.deadline.absolute = deadline; in ResetDeadline()
/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h339 PhysicalCoordinate absolute; member
349 PhysicalCoordinate absolute; member
/foundation/communication/netmanager_ext/services/netfirewallmanager/src/
H A Dnetfirewall_default_rule_parser.cpp270 auto path = std::filesystem::absolute(filePath, error); in ReadJsonFile()
272 NETMGR_EXT_LOG_E("Failed to obtain the absolute path: %{public}s", error.message().c_str()); in ReadJsonFile()
/foundation/communication/netstack/utils/common_utils/src/
H A Dnetstack_common_utils.cpp476 auto path = std::filesystem::absolute(filePath, error); in GetFileDataFromFilePath()
478 NETSTACK_LOGE("Failed to obtain the absolute path: %{public}s", error.message().c_str()); in GetFileDataFromFilePath()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1896 LUME_LOG_I(" Source path: '%s'", std::filesystem::absolute(shaderSourcesPath).string().c_str());
1898 LUME_LOG_I(" Include path: '%s'", std::filesystem::absolute(path).string().c_str());
1900 LUME_LOG_I("Destination path: '%s'", std::filesystem::absolute(compiledShaderDestinationPath).string().c_str());

Completed in 9 milliseconds