Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp57 constexpr std::int32_t MAIN_USER_ID = 100; variable
79 service_->userId_ = MAIN_USER_ID; in SetUp()
237 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
260 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
289 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
310 auto userSession = std::make_shared<PerUserSession>(MAIN_USER_ID);
383 FullImeInfoManager::GetInstance().fullImeInfos_.insert({ MAIN_USER_ID, { info } });
405 FullImeInfoManager::GetInstance().fullImeInfos_.insert({ MAIN_USER_ID, { info } });
425 FullImeInfoManager::GetInstance().fullImeInfos_.insert({ MAIN_USER_ID, { info } });
448 FullImeInfoManager::GetInstance().fullImeInfos_.insert({ MAIN_USER_ID, { info } });
[all …]
H A Didentity_checker_test.cpp76 static constexpr uint32_t MAIN_USER_ID = 100; member in OHOS::MiscServices::IdentityCheckerTest
103 …ImeCfgManager::GetInstance().imeConfigs_ = { { MAIN_USER_ID, CURRENT_IME, CURRENT_SUBNAME, false} … in SetUpTestCase()
/ohos5.0/base/inputmethod/imf/test/fuzztest/perusersession_fuzzer/
H A 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()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_util.cpp25 constexpr int32_t MAIN_USER_ID = 100; variable
28 int32_t userId = MAIN_USER_ID; in GetActiveUserId()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_sys_event_receiver.cpp39 const int32_t MAIN_USER_ID = 100; variable
200 MAIN_USER_ID, currUserId); in InitFormInfosAndRegister()
201 currUserId = MAIN_USER_ID; in InitFormInfosAndRegister()
239 if (userId != MAIN_USER_ID) { in HandleUserSwitched()
H A Dform_mgr_service.cpp75 const int32_t MAIN_USER_ID = 100; variable
/ohos5.0/base/inputmethod/imf/test/fuzztest/controlchannelstub_fuzzer/
H A Dcontrolchannelstub_fuzzer.cpp41 constexpr int32_t MAIN_USER_ID = 100; in FuzzControlChannel() local
53 sptr<InputControlChannelStub> controlChannel = new InputControlChannelStub(MAIN_USER_ID); in FuzzControlChannel()
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/context/remoteauthcontext_fuzzer/
H A Dremote_auth_context_fuzzer.cpp209 para.userId = MAIN_USER_ID; in FuzzAuthWidgetHelper()
216 int32_t userId = MAIN_USER_ID; in FuzzGetUserAuthProfile()
243 int32_t userId = MAIN_USER_ID; in FuzzCheckValidSolution()
253 para.userId = MAIN_USER_ID; in FuzzCheckReuseUnlockResult()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/utils/
H A Dkvstore_utils.h35 static constexpr int MAIN_USER_ID = 0;
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/include/
H A Dos_account_adapter.h26 static constexpr int32_t MAIN_USER_ID = 100;
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp45 int32_t userId = MAIN_USER_ID; in GetForegroundOsAccountLocalId()
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/
H A Diam_common_defines.h38 constexpr int32_t MAIN_USER_ID = 100; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_sys_event_receiver_test/
H A Dfms_form_sys_event_receiver_test.cpp74 const int32_t MAIN_USER_ID = 100; variable
776 eventData.SetCode(MAIN_USER_ID);
792 want.SetParam(KEY_USER_ID, MAIN_USER_ID);
809 receiver->HandlePackageDataCleared(bundleName, MAIN_USER_ID);
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp51 constexpr int32_t MAIN_USER_ID = 100; variable
99 return MAIN_USER_ID; in GetCurrentUserId()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ui_extension_ability_test/ui_extension_connect_module_test/
H A Dui_extension_connect_module_test.cpp42 const int32_t MAIN_USER_ID = 100; variable
/ohos5.0/base/useriam/user_auth_framework/services/core/src/
H A Dipc_common.cpp128 } else if (userId == MAIN_USER_ID) { in MapOsAccountTypeToUserType()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp82 constexpr int32_t MAIN_USER_ID = 100; variable
1947 activeUserId.push_back(MAIN_USER_ID); in GetBundlesOfActiveUser()
H A Dreminder_data_manager.cpp58 const int32_t MAIN_USER_ID = 100; variable
1459 currentUserId_ = MAIN_USER_ID; in InitUserId()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp215 userId_ = OsAccountAdapter::MAIN_USER_ID; in Initialize()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp224 constexpr int32_t MAIN_USER_ID = 100; variable
341 subManagersHelper_->InitSubManagers(MAIN_USER_ID, true); in Init()