Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_publish_common_event.cpp69 void PublishCommonEventCallback(int32_t bluetoothState, int32_t wifiState, int32_t screenState) in PublishCommonEventCallback() function
89 PublishCommonEventCallback(arg1, arg2, arg3); in __anon627847870202()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/include/softbus/
H A Dsoftbus_publish.h23 void PublishCommonEventCallback(int32_t bluetoothState, int32_t wifiState, int32_t screenState);
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_publish.cpp39 void PublishCommonEventCallback(int32_t bluetoothState, int32_t wifiState, int32_t screenState) in PublishCommonEventCallback() function
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/
H A Ddevice_manager_service.cpp107 OHOS::DistributedHardware::PublishCommonEventCallback(arg1, arg2, arg3); in SubscribePublishCommonEvent()
177 OHOS::DistributedHardware::PublishCommonEventCallback(publishSubScriber->GetBluetoothState(), in QueryDependsSwitchState()