Searched refs:session1 (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | multi_screen_manager_test.cpp | 159 sptr<ScreenSession> session1 = new ScreenSession(); variable 160 ScreenSessionManager::GetInstance().screenSessionMap_[1002] = session1; 188 sptr<ScreenSession> session1 = new ScreenSession(); variable 190 1003] = session1;
|
H A D | screen_session_test.cpp | 1506 sptr<ScreenSession> session1 = new(std::nothrow) ScreenSession(); variable 1508 session1->RegisterScreenChangeListener(screenChangeListener1); 1509 session1->Connect(); 1510 session1->Disconnect();
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | session_test2.cpp | 179 ASSERT_NE(session1, nullptr); 180 session1->persistentId_ = 33; 181 session1->SetParentSession(session_); 182 session1->state_ = SessionState::STATE_ACTIVE; 183 session_->dialogVec_.push_back(session1); 191 session_->BindDialogToParentSession(session1); 213 ASSERT_NE(session1, nullptr); 214 session1->persistentId_ = 33; 215 session1->SetParentSession(session_); 216 session1->state_ = SessionState::STATE_ACTIVE; [all …]
|
H A D | scene_session_lifecycle_test.cpp | 177 sptr<SceneSession> session1 = sptr<SceneSession>::MakeSptr(info, nullptr); variable 178 EXPECT_EQ(WSError::WS_OK, session1->Foreground(property, true)); 179 EXPECT_EQ(WSError::WS_OK, session1->Foreground(property, false));
|
H A D | scene_session_test5.cpp | 1127 sptr<SceneSession> session1 = sptr<SceneSession>::MakeSptr(info, nullptr); variable 1128 res = session1->HandleActionUpdateSetBrightness(property, session1, action);
|
/ohos5.0/docs/zh-cn/application-dev/database/ |
H A D | data-sync-of-distributed-data-object.md | 57 如下图所示,设备A和设备B上的“分布式数据对象1”,其sessionID均为session1,这两个对象建立了session1的同步关系。 63 一个同步关系中,一个设备只能有一个对象加入。比如上图中,设备A的“分布式数据对象1”已经加入了session1的同步关系,所以设备A的“分布式数据对象2”就加入失败了。
|
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_authenticator_session_manager_module_test.cpp | 568 …auto session1 = std::make_shared<AppAccountAuthenticatorSession>(ADD_ACCOUNT_IMPLICITLY, request1); variable 571 appAccountAuthenticatorSessionManagerPtr_->sessionMap_[SESSION_ID_OTHER] = session1; 573 ASSERT_EQ(sessionPtr1, session1);
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avsession_manager_test.cpp | 207 …auto session1 = AVSessionManager::GetInstance().CreateSession(g_testSessionTag, AVSession::SESSION… variable 209 EXPECT_NE(session1, nullptr); 215 session1->Destroy();
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | data-sync-of-distributed-data-object.md | 57 …istributed data object 1 of device B are set with the same session ID **session1**, and sync relat…
|