/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 131 int32_t callSessionId = GetSessionId(); in InitAllCallback() 139 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 142 callSessionId, pattern->GetSessionId()); in InitAllCallback() 158 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 161 callSessionId, pattern->GetSessionId()); in InitAllCallback() 177 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 180 callSessionId, pattern->GetSessionId()); in InitAllCallback() 195 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 198 callSessionId, pattern->GetSessionId()); in InitAllCallback() 211 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 352 int32_t SecuritySessionWrapperImpl::GetSessionId() const GetSessionId() function in OHOS::Ace::NG::SecuritySessionWrapperImpl [all...] |
H A D | session_wrapper_impl.cpp | 138 int32_t callSessionId = GetSessionId(); in InitAllCallback() 148 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 152 callSessionId, pattern->GetSessionId()); in InitAllCallback() 170 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 174 callSessionId, pattern->GetSessionId()); in InitAllCallback() 193 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 197 callSessionId, pattern->GetSessionId()); in InitAllCallback() 213 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 217 callSessionId, pattern->GetSessionId()); in InitAllCallback() 234 if (callSessionId != pattern->GetSessionId()) { in InitAllCallback() 452 int32_t SessionWrapperImpl::GetSessionId() const GetSessionId() function in OHOS::Ace::NG::SessionWrapperImpl [all...] |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | modal_ui_extension_impl.cpp | 27 int32_t ModalUIExtension::GetSessionId(const RefPtr<NG::FrameNode>& uiExtNode) in GetSessionId() function in OHOS::Ace::ModalUIExtension 31 return pattern->GetSessionId(); in GetSessionId()
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_manager_test.cpp | 125 std::string GetSessionId() const in GetSessionId() function in OHOS::AVSession::TestSessionListener 347 auto sessionId = session->GetSessionId(); in HWTEST_F() 388 auto sessionId = session->GetSessionId(); in HWTEST_F() 442 ASSERT_EQ(session->GetSessionId().length(), SESSION_LEN); in HWTEST_F() 445 auto ret = AVSessionManager::GetInstance().CreateController(session->GetSessionId(), controller); in HWTEST_F() 494 ASSERT_EQ(session->GetSessionId().length(), SESSION_LEN); in HWTEST_F() 497 auto ret = AVSessionManager::GetInstance().CreateController(session->GetSessionId(), controller); in HWTEST_F() 502 ret = AVSessionManager::GetInstance().CreateController(session->GetSessionId(), controller1); in HWTEST_F() 526 ASSERT_EQ(session->GetSessionId().length(), SESSION_LEN); in HWTEST_F() 529 auto ret = AVSessionManager::GetInstance().CreateController(session->GetSessionId(), controlle in HWTEST_F() [all...] |
H A D | avsession_remote_test.cpp | 295 sessionToken.sessionId = avsession_->GetSessionId(); in HWTEST_F() 345 sessionToken.sessionId = avsession_->GetSessionId(); in HWTEST_F() 392 sessionToken.sessionId = avsession_->GetSessionId(); in HWTEST_F() 425 sessionToken.sessionId = avsession_->GetSessionId(); in HWTEST_F() 455 auto ret = AVSessionManager::GetInstance().CreateController(avsession_->GetSessionId(), controller); in HWTEST_F() 461 sessionToken.sessionId = avsession_->GetSessionId(); in HWTEST_F() 490 sessionToken.sessionId = avsession_->GetSessionId(); in HWTEST_F() 510 sessionToken.sessionId = avsession_->GetSessionId(); in HWTEST_F() 534 auto ret = AVSessionManager::GetInstance().GetSessionDescriptorsBySessionId(avsession_->GetSessionId(), descriptor); in HWTEST_F() 586 auto ret = AVSessionManager::GetInstance().CreateController(avsession_->GetSessionId(), controlle in HWTEST_F() [all...] |
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | avsession_service_supplement_test.cpp | 126 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 190 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 216 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 243 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 271 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 299 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 317 std::string sessionId = avsessionItem->GetSessionId(); in HWTEST_F() 327 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 384 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() 407 g_AVSessionService->HandleSessionRelease(avsessionItem->GetSessionId()); in HWTEST_F() [all...] |
H A D | avsession_service_test.cpp | 211 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 273 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 335 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 392 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 449 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 506 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 551 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 570 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 586 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() 603 avservice_->HandleSessionRelease(avsessionHere_->GetSessionId()); in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_impl_test.cpp | 62 EXPECT_EQ(-1, sessionImpl_.GetSessionId()); in HWTEST_F() 90 EXPECT_EQ(sessionImpl_.GetSessionId(), sessionId); in HWTEST_F() 104 EXPECT_EQ(sessionImpl_.GetSessionId(), sessionId); in HWTEST_F() 117 EXPECT_EQ(sessionImpl_.GetSessionId(), sessionId); in HWTEST_F()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/ |
H A D | session_pool.cpp | 74 auto linkTypeIter = occupySession_.find((*iter)->GetSessionId()); in ReleaseSession() 84 auto linkTypeIter = occupySession_.find((*iter)->GetSessionId()); in ReleaseSession() 103 auto linkTypeIter = occupySession_.find((*iter)->GetSessionId()); in ReleaseSession() 179 auto sessionId = session->GetSessionId(); in DeviceConnectCountOnly()
|
/foundation/multimedia/av_session/services/session/server/test/fuzztest/avsessionservice_fuzzer/ |
H A D | avsessionservice_fuzzer.cpp | 133 avsessionService_->HandleSessionRelease(avsessionHere_->GetSessionId()); in GetDeviceInfoTest() 263 uint32_t ret = service->CreateControllerInner(avSessionItem->GetSessionId(), avControllerItemObj); in AvSessionServiceControllerTest() 273 service->HandleSessionRelease(avSessionItem->GetSessionId()); in AvSessionServiceControllerTest() 293 token.sessionId = avSessionItem->GetSessionId(); in AvSessionServiceCastTest() 450 avsessionService_->HandleSessionRelease(avsessionHere_->GetSessionId()); in NotifyMirrorToStreamCast002() 462 avsessionService_->HandleSessionRelease(avsessionHere_->GetSessionId()); in NotifyMirrorToStreamCast003() 471 avsessionService_->HandleSessionRelease(avsessionHere_->GetSessionId()); in RefreshFocusSessionSort001() 481 avsessionService_->HandleSessionRelease(avsessionHere_->GetSessionId()); in SelectSessionByUid001() 499 avsessionService_->HandleSessionRelease(avsessionHere_->GetSessionId()); in SelectSessionByUid002() 517 avsessionService_->HandleSessionRelease(avsessionHere_->GetSessionId()); in ReleaseCastSession001() [all...] |
/foundation/multimedia/av_session/services/session/server/remote/ |
H A D | remote_session_sink_impl.cpp | 48 RemoteSessionCapabilitySet::GetInstance().AddRemoteCapability(session->GetSessionId(), sourceDevice, sourceCap); in CastSessionFromRemote() 52 session_->GetSessionId().c_str()); in CastSessionFromRemote() 128 RemoteSessionCapabilitySet::GetInstance().RemoveRemoteCapability(session_->GetSessionId(), sourceDevice_); in CancelCastSession()
|
H A D | remote_session_source_impl.cpp | 42 auto syncer = std::make_shared<RemoteSessionSyncerImpl>(session->GetSessionId(), sourceDevice, sinkDevice); in CastSessionToRemote() 49 RemoteSessionCapabilitySet::GetInstance().AddRemoteCapability(session->GetSessionId(), sinkDevice, sinkCapability); in CastSessionToRemote() 113 RemoteSessionCapabilitySet::GetInstance().RemoveRemoteCapability(session_->GetSessionId(), sinkDevice); in CancelCastAudio() 272 bool hasCapability = RemoteSessionCapabilitySet::GetInstance().HasCapability(session_->GetSessionId(), in GetSinkMetaMaskType() 288 bool hasCapability = RemoteSessionCapabilitySet::GetInstance().HasCapability(session_->GetSessionId(), in GetSinkPlaybackStateMaskType()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | distributed_object_store_impl.cpp | 56 if ((*iter)->GetSessionId() == sessionId) { in RemoveCacheObject() 131 if ((*iter)->GetSessionId() == sessionId) { in Get() 156 std::shared_ptr<WatcherProxy> watcherProxy = std::make_shared<WatcherProxy>(watcher, object->GetSessionId()); in Watch() 162 uint32_t status = flatObjectStore_->Watch(object->GetSessionId(), watcherProxy); in Watch() 182 uint32_t status = flatObjectStore_->UnWatch(object->GetSessionId()); in UnWatch()
|
/foundation/arkui/ace_engine/test/mock/adapter/ |
H A D | mock_modal_ui_extension.cpp | 26 int32_t ModalUIExtension::GetSessionId(const RefPtr<NG::FrameNode>& /* uiExtNode */) in GetSessionId() function in OHOS::Ace::ModalUIExtension
|
/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | modal_ui_extension_impl.cpp | 26 int32_t ModalUIExtension::GetSessionId(const RefPtr<NG::FrameNode>& uiExtNode) in GetSessionId() function in OHOS::Ace::ModalUIExtension
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/ |
H A D | base_session.h | 33 virtual int GetSessionId() const = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/ |
H A D | single_ver_sync_state_machine.cpp | 586 if (errCode != E_OK && inMsg->GetSessionId() == context_->GetResponseSessionId()) { in AbilitySyncRecv() 651 bool isNeedStop = StartSaveDataNotify(inMsg->GetSessionId(), inMsg->GetSequenceId(), inMsg->GetMessageId()); in HandleDataRequestRecv() 674 DataRecvErrCodeHandle(inMsg->GetSessionId(), errCode); in HandleDataRequestRecv() 742 bool isNeedStop = StartSaveDataNotify(inMsg->GetSessionId(), inMsg->GetSequenceId(), inMsg->GetMessageId()); in HandleDataAckRecv() 753 bool ignoreInnerErr = inMsg->GetSessionId() == context_->GetResponseSessionId() && in HandleDataAckRecv() 897 if (inMsg->GetSessionId() != 0 && inMsg->GetSessionId() == context_->GetRequestSessionId()) { in TimeMarkSyncRecv() 899 InnerErrorAbort(inMsg->GetSessionId()); in TimeMarkSyncRecv() 933 (inMsg->GetSessionId() != context_->GetRequestSessionId())) { in IsPacketValid() 939 (inMsg->GetSessionId() ! in IsPacketValid() [all...] |
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
H A D | js_watcher.cpp | 304 LOG_ERROR("Watch %{public}s error", object_->GetSessionId().c_str());
in Add() 306 LOG_INFO("Watch %{public}s success", object_->GetSessionId().c_str());
in Add() 319 LOG_ERROR("UnWatch %{public}s error", object_->GetSessionId().c_str());
in Del() 321 LOG_INFO("UnWatch %{public}s success", object_->GetSessionId().c_str());
in Del() 334 LOG_ERROR("UnWatch %{public}s error", object_->GetSessionId().c_str());
in Clear() 336 LOG_INFO("UnWatch %{public}s success", object_->GetSessionId().c_str());
in Clear()
|
/foundation/CastEngine/castengine_cast_framework/client/src/ |
H A D | cast_session_manager_adaptor.cpp | 102 impl->GetSessionId(sessionId); in CreateCastSession() 145 impl->GetSessionId(id); in GetCastSession()
|
H A D | cast_session.cpp | 91 int32_t CastSession::GetSessionId(std::string &sessionId) in GetSessionId() function in OHOS::CastEngine::CastEngineClient::CastSession 97 int32_t ret = proxy_->GetSessionId(sessionId_); in GetSessionId()
|
/foundation/multimedia/audio_framework/services/audio_service/server/include/ |
H A D | audio_process_in_server.h | 55 int32_t GetSessionId(uint32_t &sessionId) override; 89 uint32_t GetSessionId();
|
/foundation/multimedia/av_session/frameworks/native/session/test/fuzztest/avsessionmanager_fuzzer/ |
H A D | avsessionmanager_fuzzer.cpp | 49 int32_t ret = AVSessionManager::GetInstance().CreateController(avSession->GetSessionId(), avSessionController); in AVSessionManagerFuzzTest() 165 int32_t ret = AVSessionManager::GetInstance().CreateController(avSession->GetSessionId(), avSessionController); in AVSessionManagerTestServer() 176 sessionToken.sessionId = avSession->GetSessionId(); in AVSessionManagerTestServer()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | session_stack.cpp | 53 std::string sessionId = it->second->GetSessionId(); in RemoveSession() 70 if (it->second->GetSessionId() == sessionId) { in RemoveSession() 146 if (session->GetSessionId() == sessionId) { in GetSessionById()
|
H A D | avsession_item.cpp | 90 std::string AVSessionItem::GetSessionId() in GetSessionId() function in OHOS::AVSession::AVSessionItem 112 "SESSION_ID", AVSessionUtils::GetAnonySessionId(GetSessionId()), in Destroy() 176 std::string sessionId = GetSessionId(); in SetAVCallMetaData() 218 std::string sessionId = GetSessionId(); in GetAVMetaData() 254 serviceCallbackForUpdateSession_(GetSessionId(), false); in HandleFrontSession() 259 serviceCallbackForUpdateSession_(GetSessionId(), true); in HandleFrontSession() 304 "BUNDLE_NAME", GetBundleName(), "SESSION_ID", AVSessionUtils::GetAnonySessionId(GetSessionId()), in ReportSetAVMetaDataInfo() 318 std::string sessionId = GetSessionId(); in SetAVMetaData() 439 "SESSION_ID", AVSessionUtils::GetAnonySessionId(GetSessionId()), in SetAVPlaybackState() 486 "SESSION_ID", AVSessionUtils::GetAnonySessionId(GetSessionId()), in SetLaunchAbility() [all...] |
/foundation/multimedia/av_session/frameworks/native/session/test/benchmarktest/avsession_manager_test/ |
H A D | avsession_manager_test.cpp | 61 std::string GetSessionId() const in GetSessionId() function in __anon10516::TestSessionListener 198 auto sessionId = session->GetSessionId(); in BENCHMARK_F() 231 auto sessionId = session->GetSessionId(); in BENCHMARK_F() 266 auto errCode = AVSessionManager::GetInstance().CreateController(session->GetSessionId(), controller); in BENCHMARK_F()
|