Home
last modified time | relevance | path

Searched refs:g_contextOne (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp49 std::shared_ptr<Context> g_contextOne { nullptr }; variable
143 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);
302g_contextOne->mouseLocation_.ReportMouseLocationToListener("test", {}, IPCSkeleton::GetCallingPid(…
343 g_contextOne->hotArea_.AddListener(registerHotareaListenerEvent);
[all …]
/ohos5.0/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_server_test.cpp75 IContext *g_contextOne { nullptr }; variable
157 g_dragServerOne = std::make_shared<DragServer>(g_contextOne); in SetUp()