Home
last modified time | relevance | path

Searched refs:RPC_QOS_MIN_BW (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/include/
H A Ddbinder_remote_listener.h65 { .qos = QOS_TYPE_MIN_BW, .value = RPC_QOS_MIN_BW },
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/include/
H A Ddatabus_socket_listener.h29 { .qos = QOS_TYPE_MIN_BW, .value = RPC_QOS_MIN_BW },
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_types.h82 constexpr int32_t RPC_QOS_MIN_BW = 128 * 1024; variable