Searched refs:g_contextOne (Results 1 – 2 of 2) sorted by relevance
49 std::shared_ptr<Context> g_contextOne { nullptr }; variable143 g_contextOne->eventMgr_.NotifyCooperateState(cooperateStateNotice); in NotifyCooperate()183 g_contextOne = std::make_shared<Context>(g_icontext); in SetUp()197 g_contextOne = nullptr; in TearDown()247 g_contextOne->mouseLocation_.AddListener(registerEventListenerEvent);248 g_contextOne->mouseLocation_.RemoveListener(registerEventListenerEvent);250 g_contextOne->mouseLocation_.OnSubscribeMouseLocation(dSoftbusSubscribeMouseLocation);251 g_contextOne->mouseLocation_.OnUnSubscribeMouseLocation(dSoftbusSubscribeMouseLocation);302 …g_contextOne->mouseLocation_.ReportMouseLocationToListener("test", {}, IPCSkeleton::GetCallingPid(…343 g_contextOne->hotArea_.AddListener(registerHotareaListenerEvent);[all …]
75 IContext *g_contextOne { nullptr }; variable157 g_dragServerOne = std::make_shared<DragServer>(g_contextOne); in SetUp()