Searched refs:UpdateCrossingSwitchState (Results 1 – 3 of 3) sorted by relevance
42 int32_t UpdateCrossingSwitchState(bool state);43 int32_t UpdateCrossingSwitchState(bool state, const std::vector<std::string> &deviceIds);
46 int32_t DeviceProfileAdapter::UpdateCrossingSwitchState(bool state, const std::vector<std::string> … in UpdateCrossingSwitchState() function in OHOS::Msdp::DeviceStatus::DeviceProfileAdapter80 int32_t DeviceProfileAdapter::UpdateCrossingSwitchState(bool state) in UpdateCrossingSwitchState() function in OHOS::Msdp::DeviceStatus::DeviceProfileAdapter
216 DP_ADAPTER->UpdateCrossingSwitchState(true, onlineDevice_); in PrepareCoordination()222 DP_ADAPTER->UpdateCrossingSwitchState(false, onlineDevice_); in UnprepareCoordination()