Searched refs:Loop (Results 1 - 12 of 12) sorted by relevance
/base/powermgr/power_manager/utils/shell/src/ |
H A D | main.cpp | 25 static void Loop(char* arg0) in Loop() function 69 Loop(argv[0]); in main()
|
/base/update/sys_installer/services/module_update/src/ |
H A D | module_update.cpp | 47 bool CreateLoopDevice(const string &path, const ImageStat &imageStat, Loop::LoopbackDeviceUniqueFd &loopbackDevice) in CreateLoopDevice() 50 std::unique_ptr<Loop::LoopbackDeviceUniqueFd> device = in CreateLoopDevice() 51 Loop::CreateLoopDevice(path, imageStat.imageOffset, imageStat.imageSize); in CreateLoopDevice() 135 if (Loop::RemoveDmLoopDevice(mountPoint, imagePath)) { in RemoveMountPoint() 237 if (!Loop::PreAllocateLoopDevices(moduleFileList_.size())) { in DoModuleUpdate() 361 Loop::LoopbackDeviceUniqueFd loopbackDevice; in MountModulePackage() 371 Loop::ClearDmLoopDevice(blockDevice, false); in MountModulePackage() 380 Loop::ClearDmLoopDevice(blockDevice, true); in MountModulePackage()
|
H A D | module_loop.cpp | 43 namespace Loop { namespace 453 } // Loop
|
/base/hiviewdfx/hiview/plugins/performance/timer/ |
H A D | SceneTimerOhImpl.h | 45 void Loop();
|
H A D | SceneTimerOhImpl.cpp | 32 std::thread timerThread(&SceneTimerOhImpl::Loop, this); in SceneTimerOhImpl() 61 void SceneTimerOhImpl::Loop() in Loop() function in OHOS::HiviewDFX::SceneTimerOhImpl
|
/base/security/access_token/services/tokensyncmanager/include/remote/ |
H A D | remote_command_manager.h | 98 int Loop();
|
/base/update/sys_installer/services/module_update/include/ |
H A D | module_loop.h | 26 namespace Loop { namespace 72 } // Loop
|
/base/hiviewdfx/faultloggerd/tools/crasher_cpp/ |
H A D | dfx_crasher.h | 45 static int Loop();
|
H A D | dfx_crasher.cpp | 102 {"Loop", "trigger a ForeverLoop", &DfxCrasher::Loop}, 726 int DfxCrasher::Loop() in Loop() function in DfxCrasher
|
/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate.h | 58 void Loop();
|
/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | cooperate.cpp | 297 void Cooperate::Loop() in Loop() function in OHOS::Msdp::DeviceStatus::Cooperate::Cooperate 333 worker_ = std::thread([this] { this->Loop(); }); in StartWorker()
|
/base/security/access_token/services/tokensyncmanager/src/remote/ |
H A D | remote_command_manager.cpp | 135 int RemoteCommandManager::Loop() in Loop() function in OHOS::Security::AccessToken::RemoteCommandManager
|
Completed in 8 milliseconds