Home
last modified time | relevance | path

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

/ohos5.0/base/notification/common_event_service/services/test/unittest/static_subscriber_manager_unit_test/
H A Dmock_os_account_manager_helper.cpp19 int32_t g_mockId = 100; // default id when there is no os_account part variable
30 g_mockId = 101; // 101 mockcase1 in MockQueryActiveOsAccountIds()
34 g_mockId = 100; // 100 mockdefault in MockQueryActiveOsAccountIds()
42 g_mockId = 100; // 100 mockId in ResetAccountMock()
71 ids.emplace_back(g_mockId); in QueryActiveOsAccountIds()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_dialog_test/
H A Dmock_os_account_manager_annex.cpp19 int32_t g_mockId = 100; // default id when there is no os_account part variable
31 g_mockId = 101; // 101 mockcase1 in MockQueryForgroundOsAccountId()
35 g_mockId = 100; // 100 mockdefault in MockQueryForgroundOsAccountId()
48 g_mockId = 100; // 100 mockId in ResetAccountMock()
81 id = g_mockId; in GetForegroundOsAccountLocalId()