Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp49 constexpr const char* DEVICE_NAME_CHANGE = "deviceNameChange"; variable
339 if (pthread_setname_np(deviceInfoChange.native_handle(), DEVICE_NAME_CHANGE) != DM_OK) { in OnSoftbusDeviceInfoChanged()