Home
last modified time | relevance | path

Searched refs:MAIN_USER_ID (Results 1 – 9 of 9) sorted by relevance

/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
Dperusersession_fuzzer.cpp48 constexpr int32_t MAIN_USER_ID = 100; variable
71 clientInfo = { .userID = MAIN_USER_ID, .client = clientStub, .deathRecipient = deathRecipient }; in InitializeClientInfo()
94 …atic std::shared_ptr<PerUserSession> userSessions = std::make_shared<PerUserSession>(MAIN_USER_ID); in FuzzPerUserSession()
/base/inputmethod/imf/test/fuzztest/controlchannelstub_fuzzer/
Dcontrolchannelstub_fuzzer.cpp41 constexpr int32_t MAIN_USER_ID = 100; in FuzzControlChannel() local
53 sptr<InputControlChannelStub> controlChannel = new InputControlChannelStub(MAIN_USER_ID); in FuzzControlChannel()
/base/useriam/user_auth_framework/interfaces/inner_api/
Diam_common_defines.h37 constexpr int32_t MAIN_USER_ID = 100; variable
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_private_member_test.cpp55 constexpr std::int32_t MAIN_USER_ID = 100; variable
277 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
300 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
329 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
350 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
Dtdd_util.cpp48 constexpr int32_t MAIN_USER_ID = 100; variable
93 return MAIN_USER_ID; in GetCurrentUserId()
/base/useriam/user_auth_framework/services/ipc/src/
Dipc_common.cpp129 } else if (userId == MAIN_USER_ID) { in MapOsAccountTypeToUserType()
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp52 constexpr std::int32_t MAIN_USER_ID = 100; variable
157 return MAIN_USER_ID; in GetCurrentUserIdFromOsAccount()
232 userId_ = MAIN_USER_ID; in Initialize()
/base/notification/distributed_notification_service/services/ans/src/
Dadvanced_notification_utils.cpp72 constexpr int32_t MAIN_USER_ID = 100; variable
1858 activeUserId.push_back(MAIN_USER_ID); in GetBundlesOfActiveUser()
Dreminder_data_manager.cpp53 const int32_t MAIN_USER_ID = 100; variable
1495 currentUserId_ = MAIN_USER_ID; in InitUserId()