/foundation/multimedia/av_session/services/session/server/test/ |
H A D | collaboration_manager_test.cpp | 150 * @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 D | default_clip.cpp | 34 int32_t DefaultClip::PublishServiceState(const std::string &networkId, ServiceStatus status) in PublishServiceState() function in OHOS::MiscServices::DefaultClip
|
H A D | default_clip.h | 26 int32_t PublishServiceState(const std::string &networkId, ServiceStatus status) override;
|
H A D | clip_plugin.cpp | 75 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 D | collaboration_manager.h | 35 int32_t PublishServiceState(const char* peerNetworkId, ServiceCollaborationManagerBussinessStatus state);
|
H A D | collaboration_manager.cpp | 125 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 D | collaborationmanager_fuzzer.cpp | 63 collaborationManager.PublishServiceState(peerNetworkId, state); in CollaborationManagerFuzzTest()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/all_connect/ |
H A D | all_connect_manager.h | 34 int32_t PublishServiceState(const std::string &peerNetworkId,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/ |
H A D | dsched_transport_softbus_adapter.cpp | 147 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 D | dsched_all_connect_manager.h | 34 int32_t PublishServiceState(const std::string &peerNetworkId, const std::string &extraInfo,
|
/foundation/distributeddatamgr/pasteboard/framework/framework/include/clip/ |
H A D | clip_plugin.h | 64 virtual int32_t PublishServiceState(const std::string &networkId, ServiceStatus status);
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/all_connect/ |
H A D | all_connect_manager_test.cpp | 185 * @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 D | dschedallconnectmanager_fuzzer.cpp | 131 DSchedAllConnectManager::GetInstance().PublishServiceState(peerNetworkId, extraInfo, state); in FuzzPublishServiceState()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/ |
H A D | softbus_handler.cpp | 50 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 D | dsched_all_connect_manager.cpp | 179 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 D | daemon_execute.cpp | 170 AllConnectManager::GetInstance().PublishServiceState(dstDeviceId, in RequestSendFileInner()
|
H A D | daemon.cpp | 393 AllConnectManager::GetInstance().PublishServiceState(srcDeviceId, in PrepareSession()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/all_connect/ |
H A D | all_connect_manager.cpp | 85 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 D | avsession_item.cpp | 159 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 D | pasteboard_service.cpp | 956 status = plugin->PublishServiceState(networkId, ClipPlugin::ServiceStatus::CONNECT_SUCC); in EstablishP2PLink() 981 status = plugin->PublishServiceState(networkId, ClipPlugin::ServiceStatus::IDLE); in CloseP2PLink()
|