Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.h29 constexpr uint32_t INTERCEPT_STRING_LENGTH = 20; variable
/ohos5.0/foundation/distributedhardware/device_manager/services/implementation/src/dependency/softbus/
H A Dsoftbus_session.cpp39 constexpr int32_t INTERCEPT_STRING_LENGTH = 20; variable
/ohos5.0/foundation/distributedhardware/distributed_input/services/common/include/
H A Ddinput_softbus_define.h42 const uint32_t INTERCEPT_STRING_LENGTH = 20; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp39 const uint32_t INTERCEPT_STRING_LENGTH = 20; variable
/ohos5.0/base/msdp/device_status/rust/subsystem/dsoftbus/sys/src/
H A Dbinding.rs24 pub const INTERCEPT_STRING_LENGTH: usize = 20; const