Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp33 const int32_t EACH_TIME = 1000; // 1000ms variable
202 std::thread removeThread(execFunc, sandboxDirs_, WAIT_TIMES, EACH_TIME); in RemoveDataDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp2746 const int32_t EACH_TIME = 1000; // 1000ms in RemoveUnreservedSandbox() local
2764 std::thread removeThread(execFunc, WAIT_TIMES, EACH_TIME); in RemoveUnreservedSandbox()