Home
last modified time | relevance | path

Searched defs:waitTimes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H A Dbundle_sandbox_exception_handler.cpp168 int32_t eachTime) { in RemoveDataDir()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevmgr_service_proxy.c43 const int waitTimes = 100; in DevmgrServiceProxyAttachDeviceHost() local
/ohos5.0/drivers/hdf_core/adapter/uhdf2/ipc/src/
H A Dhdf_remote_adapter.cpp300 const int32_t waitTimes = 50; in HdfRemoteAdapterAddSa() local
355 constexpr int32_t waitTimes = 50; in HdfRemoteAdapterGetSa() local
/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp841 int waitTimes = 10; // set 100ms timeout in TEST_F() local
871 int waitTimes = 100; // set 1000ms timeout variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service_event_handler.cpp2747 auto execFunc = [](int32_t waitTimes, int32_t eachTime) { in RemoveUnreservedSandbox()