Searched refs:PublishCommonEventCallback (Results 1 - 4 of 4) sorted by relevance
/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);
|
/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 HWTEST_F()
|
/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 41 LOGI("PublishCommonEventCallback start, bleState: %{public}d, wifiState: %{public}d, screenState: %{public}d", in PublishCommonEventCallback()
|
/foundation/distributedhardware/device_manager/services/service/src/ |
H A D | device_manager_service.cpp | 110 OHOS::DistributedHardware::PublishCommonEventCallback(arg1, arg2, arg3); in SubscribePublishCommonEvent() 180 OHOS::DistributedHardware::PublishCommonEventCallback(publishSubScriber->GetBluetoothState(), in QueryDependsSwitchState()
|
Completed in 4 milliseconds