Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_latency.h31 int32_t StopSoftbusTimeSync(const std::string& devId);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_latency_test.cpp79 ret = DCameraSoftbusLatency::GetInstance().StopSoftbusTimeSync(TEST_DEVICE_ID);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_latency.cpp72 int32_t DCameraSoftbusLatency::StopSoftbusTimeSync(const std::string& devId) in StopSoftbusTimeSync() function in OHOS::DistributedHardware::DCameraSoftbusLatency
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.cpp340 DCameraSoftbusLatency::GetInstance().StopSoftbusTimeSync(devId_); in CloseChannel()