Home
last modified time | relevance | path

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

/foundation/multimedia/av_session/services/session/server/test/
H A Dcollaboration_manager_test.cpp150 * @tc.desc: Test PublishServiceState
158 int32_t ret = CollaborationManager::GetInstance().PublishServiceState(peerNetworkId, state); in HWTEST_F()
165 * @tc.desc: Test PublishServiceState
179 int32_t ret = CollaborationManager::GetInstance().PublishServiceState(peerNetworkId, state); in HWTEST_F()
186 * @tc.desc: Test PublishServiceState
200 int32_t ret = CollaborationManager::GetInstance().PublishServiceState(peerNetworkId, state); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/framework/clip/
H A Ddefault_clip.cpp34 int32_t DefaultClip::PublishServiceState(const std::string &networkId, ServiceStatus status) in PublishServiceState() function in OHOS::MiscServices::DefaultClip
H A Ddefault_clip.h26 int32_t PublishServiceState(const std::string &networkId, ServiceStatus status) override;
H A Dclip_plugin.cpp75 int32_t ClipPlugin::PublishServiceState(const std::string &networkId, ServiceStatus status) in PublishServiceState() function in OHOS::MiscServices::ClipPlugin
/foundation/multimedia/av_session/services/session/adapter/
H A Dcollaboration_manager.h35 int32_t PublishServiceState(const char* peerNetworkId, ServiceCollaborationManagerBussinessStatus state);
H A Dcollaboration_manager.cpp125 int32_t CollaborationManager::PublishServiceState(const char* peerNetworkId, in PublishServiceState() function in OHOS::AVSession::CollaborationManager
128 SLOGI("enter PublishServiceState"); in PublishServiceState()
130 SLOGE("PublishServiceState function sptr nullptr"); in PublishServiceState()
/foundation/multimedia/av_session/services/session/server/test/fuzztest/collaborationmanager_fuzzer/
H A Dcollaborationmanager_fuzzer.cpp63 collaborationManager.PublishServiceState(peerNetworkId, state); in CollaborationManagerFuzzTest()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/
H A Dall_connect_manager.h34 int32_t PublishServiceState(const std::string &peerNetworkId,
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_transport_softbus_adapter.cpp147 ret = DSchedAllConnectManager::GetInstance().PublishServiceState(peerDeviceId, "", SCM_PREPARE); in ConnectDevice()
168 ret = DSchedAllConnectManager::GetInstance().PublishServiceState(peerDeviceId, "", SCM_IDLE); in AddNewPeerSession()
239 int32_t ret = DSchedAllConnectManager::GetInstance().PublishServiceState(peerDeviceId, "", SCM_CONNECTED); in CreateSessionRecord()
274 int32_t ret = DSchedAllConnectManager::GetInstance().PublishServiceState(peerDeviceId, "", SCM_IDLE); in ShutdownSession()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.h34 int32_t PublishServiceState(const std::string &peerNetworkId, const std::string &extraInfo,
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/
H A Dclip_plugin.h64 virtual int32_t PublishServiceState(const std::string &networkId, ServiceStatus status);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/
H A Dall_connect_manager_test.cpp185 * @tc.desc: verify PublishServiceState dllHandle_ is nullptr.
198 int32_t ret = allConnectManager.PublishServiceState(peerNetworkId, state); in HWTEST_F()
208 * @tc.desc: verify PublishServiceState allConnect_ is nullptr.
222 int32_t ret = allConnectManager.PublishServiceState(peerNetworkId, state); in HWTEST_F()
232 * @tc.desc: verify PublishServiceState fail.
252 int32_t ret = allConnectManager.PublishServiceState(peerNetworkId, state); in HWTEST_F()
262 * @tc.desc: verify PublishServiceState success.
282 int32_t ret = allConnectManager.PublishServiceState(peerNetworkId, state); in HWTEST_F()
/foundation/ability/dmsfwk/test/fuzztest/dschedallconnectmanager_fuzzer/
H A Ddschedallconnectmanager_fuzzer.cpp131 DSchedAllConnectManager::GetInstance().PublishServiceState(peerNetworkId, extraInfo, state); in FuzzPublishServiceState()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp50 AllConnectManager::GetInstance().PublishServiceState(info.networkId, in OnSinkSessionOpened()
342 AllConnectManager::GetInstance().PublishServiceState(it->second, in RemoveNetworkId()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/
H A Ddsched_all_connect_manager.cpp179 int32_t DSchedAllConnectManager::PublishServiceState(const std::string &peerNetworkId, const std::string &extraInfo, in PublishServiceState() function in OHOS::DistributedSchedule::DSchedAllConnectManager
186 HILOGE("Dms all connect manager PublishServiceState api is null."); in PublishServiceState()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon_execute.cpp170 AllConnectManager::GetInstance().PublishServiceState(dstDeviceId, in RequestSendFileInner()
H A Ddaemon.cpp393 AllConnectManager::GetInstance().PublishServiceState(srcDeviceId, in PrepareSession()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/all_connect/
H A Dall_connect_manager.cpp85 int32_t AllConnectManager::PublishServiceState(const std::string &peerNetworkId, in PublishServiceState() function in OHOS::Storage::DistributedFile::AllConnectManager
88 LOGI("PublishServiceState NetworkId: %{public}s, %{public}d begin", in PublishServiceState()
96 LOGE("PublishServiceState is nullptr, all connect function not load."); in PublishServiceState()
104 LOGE("PublishServiceState %{public}d fail, ret %{public}d", state, ret); in PublishServiceState()
120 LOGE("PublishServiceState is nullptr, all connect function not load."); in ApplyAdvancedResource()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp159 CollaborationManager::GetInstance().PublishServiceState(collaborationNeedNetworkId_.c_str(), in DestroyTask()
1175 CollaborationManager::GetInstance().PublishServiceState(collaborationNeedNetworkId_.c_str(),
1179 CollaborationManager::GetInstance().PublishServiceState(collaborationNeedNetworkId_.c_str(),
1247 CollaborationManager::GetInstance().PublishServiceState(collaborationNeedNetworkId_.c_str(),
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp956 status = plugin->PublishServiceState(networkId, ClipPlugin::ServiceStatus::CONNECT_SUCC); in EstablishP2PLink()
981 status = plugin->PublishServiceState(networkId, ClipPlugin::ServiceStatus::IDLE); in CloseP2PLink()

Completed in 20 milliseconds