Home
last modified time | relevance | path

Searched defs:DEFAULT_TIMEOUT (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_timer.h28 static constexpr uint32_t DEFAULT_TIMEOUT = 10000; // 10s variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/
H A Ddump_controller.h25 const uint32_t DEFAULT_TIMEOUT = 30; // 30 seconds variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_client.h60 static constexpr uint32_t DEFAULT_TIMEOUT = 30 * 1000; variable
H A Dsoftbus_adapter_standard.cpp41 constexpr uint32_t DEFAULT_TIMEOUT = 30 * 1000; variable
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/
H A Dat_network.h28 #define DEFAULT_TIMEOUT 5000 macro
/ohos5.0/base/powermgr/power_manager/frameworks/native/
H A Drunning_lock.cpp33 constexpr int32_t DEFAULT_TIMEOUT = 3000; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/unittest/
H A Dsoftbus_adapter_standard_test.cpp56 static constexpr uint32_t DEFAULT_TIMEOUT = 30 * 1000; member in OHOS::Test::SoftbusAdapterStandardTest
/ohos5.0/foundation/communication/nfc/test/unittest/services/nci_adapter_test/
H A Dtag_nci_adapter_test.cpp33 static const int DEFAULT_TIMEOUT = 1000; member in OHOS::NFC::TEST::TagNciAdapterTest
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Ddns_config_client.h45 #define DEFAULT_TIMEOUT 5000 macro
/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Drunning_lock_impl.cpp35 constexpr int32_t DEFAULT_TIMEOUT = 3000; variable
/ohos5.0/base/startup/init/interfaces/innerkits/include/
H A Dloop_event.h35 #define DEFAULT_TIMEOUT 1000 macro
/ohos5.0/base/msdp/device_status/test/unittest/intention/scheduler/src/
H A Dtimer_manager_test.cpp38 constexpr int32_t DEFAULT_TIMEOUT { 30 }; variable
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_resources/
H A Db_constants.h88 constexpr uint32_t DEFAULT_TIMEOUT = 15 * 60 * 1000; variable
/ohos5.0/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_rw.cpp32 static const uint32_t DEFAULT_TIMEOUT = 1000; variable
H A Dtag_nci_adapter.cpp30 static const uint32_t DEFAULT_TIMEOUT = 1000; variable
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog_inner.cpp45 constexpr uint64_t DEFAULT_TIMEOUT = 60 * 1000; variable
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/
H A Dat_call.c24 #define DEFAULT_TIMEOUT 5000 macro
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp40 static constexpr uint32_t DEFAULT_TIMEOUT = 5000; variable