Home
last modified time | relevance | path

Searched refs:StopTimeSync (Results 1 - 20 of 20) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dsession_bus_center.cpp41 int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId) in StopTimeSync() function
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/
H A Dtime_sync_demo.c60 * 3. If StartTimeSync() return ok, device A calls StopTimeSync() to stop the time synchronize. in main()
62 ret = StopTimeSync(pkgName, networkId); in main()
64 printf("[demo]StopTimeSync fail"); in main()
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/stoptimesync_fuzzer/
H A Dstoptimesync_fuzzer.cpp44 StopTimeSync(reinterpret_cast<const char *>(tmp), reinterpret_cast<const char *>(tmp)); in StopTimeSyncTest()
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/include/
H A Dtrans_server_proxy_standard.h55 int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId) override;
/foundation/communication/dsoftbus/sdk/frame/standard/include/
H A Dsoftbus_server_proxy_standard.h58 int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId) override;
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_latency.cpp87 int32_t ret = StopTimeSync(DCAMERA_PKG_NAME.c_str(), devId.c_str()); in StopSoftbusTimeSync()
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/include/
H A Dbus_center_server_proxy_standard.h55 int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId) override;
/foundation/communication/dsoftbus/core/frame/standard/init/include/
H A Dsoftbus_server.h58 int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId) override;
H A Dif_softbus_server.h57 virtual int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId) = 0;
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_test.cpp387 EXPECT_TRUE(StopTimeSync(nullptr, networkId) != SOFTBUS_OK); in HWTEST_F()
388 EXPECT_TRUE(StopTimeSync(TEST_PKG_NAME, nullptr) != SOFTBUS_OK); in HWTEST_F()
389 EXPECT_TRUE(StopTimeSync(TEST_PKG_NAME, networkId) != SOFTBUS_OK); in HWTEST_F()
/foundation/communication/dsoftbus/sdk/frame/standard/src/
H A Dsoftbus_server_proxy_standard.cpp234 int32_t SoftBusServerProxyFrame::StopTimeSync(const char *pkgName, const char *targetNetworkId) in StopTimeSync() function in OHOS::SoftBusServerProxyFrame
/foundation/communication/dsoftbus/interfaces/kits/bus_center/
H A Dsoftbus_bus_center.h788 int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId);
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp209 int ret = g_serverProxy->StopTimeSync(pkgName, targetNetworkId); in ServerIpcStopTimeSync()
H A Dbus_center_server_proxy_standard.cpp639 int32_t BusCenterServerProxy::StopTimeSync(const char *pkgName, const char *targetNetworkId) in StopTimeSync() function in OHOS::BusCenterServerProxy
/foundation/communication/dsoftbus/core/frame/standard/init/src/
H A Dsoftbus_server.cpp240 int32_t SoftBusServer::StopTimeSync(const char *pkgName, const char *targetNetworkId) in StopTimeSync() function in OHOS::SoftBusServer
H A Dsoftbus_server_stub.cpp1204 int32_t retReply = StopTimeSync(pkgName, targetNetworkId); in StopTimeSyncInner()
/foundation/communication/dsoftbus/sdk/bus_center/service/src/
H A Dclient_bus_center.c416 int32_t StopTimeSync(const char *pkgName, const char *targetNetworkId) in StopTimeSync() function
/foundation/communication/dsoftbus/sdk/transmission/ipc/standard/src/
H A Dtrans_server_proxy_standard.cpp799 int32_t TransServerProxy::StopTimeSync(const char *pkgName, const char *targetNetworkId) in StopTimeSync() function in OHOS::TransServerProxy
/foundation/communication/dsoftbus/tests/sdk/transmission/ipc/
H A Dtrans_ipc_test.cpp131 ret = transServerProxy.StopTimeSync(g_pkgName, g_networkId); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dsoftbus_channel_adapter.cpp433 int32_t ret = StopTimeSync(pkgName.c_str(), peerDevId.c_str()); in StopDeviceTimeSync()
435 AVTRANS_LOGE("StopTimeSync failed ret:%{public}" PRId32, ret); in StopDeviceTimeSync()

Completed in 17 milliseconds