Searched refs:PublishCommonEventCallback (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/ |
H A D | UTTest_dm_publish_common_event.cpp | 69 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 D | softbus_publish.h | 23 void PublishCommonEventCallback(int32_t bluetoothState, int32_t wifiState, int32_t screenState);
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/softbus/ |
H A D | softbus_publish.cpp | 39 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 D | device_manager_service.cpp | 107 OHOS::DistributedHardware::PublishCommonEventCallback(arg1, arg2, arg3); in SubscribePublishCommonEvent() 177 OHOS::DistributedHardware::PublishCommonEventCallback(publishSubScriber->GetBluetoothState(), in QueryDependsSwitchState()
|