Home
last modified time | relevance | path

Searched refs:RemoveUserId (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_userinfo.h33 int RemoveUserId(const std::string& name);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_user_mgr_host_impl.cpp253 dataMgr->RemoveUserId(userId); in RemoveUser()
262 dataMgr->RemoveUserId(userId); in RemoveUser()
H A Dbundle_data_mgr.cpp5065 void BundleDataMgr::RemoveUserId(int32_t userId) in RemoveUserId() function in OHOS::AppExecFwk::BundleDataMgr
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_hiappevent_userinfo.cpp64 if (HiAppEvent::UserInfo::GetInstance().RemoveUserId(strName) != 0) { in SetUserId()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_userinfo.cpp95 int UserInfo::RemoveUserId(const std::string& name) in RemoveUserId() function in OHOS::HiviewDFX::HiAppEvent::UserInfo
/ohos5.0/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_userinfo_test.cpp45 HiAppEvent::UserInfo::GetInstance().RemoveUserId(TEST_USER_ID_NAME); in SetUp()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dhiappevent_impl.cpp158 if (UserInfo::GetInstance().RemoveUserId(name) != 0) { in SetUserId()
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Daccessibility_ut_helper.h315 void RemoveUserId(int32_t id) in RemoveUserId() function
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessible_ability_manager_service.cpp543 AccessibilityAbilityHelper::GetInstance().RemoveUserId(accountId); in RemovedUser()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp3052 dataMgr->RemoveUserId(userIdNew);
3077 dataMgr->RemoveUserId(userIdNew);
3107 dataMgr->RemoveUserId(userIdNew);
3137 dataMgr->RemoveUserId(userIdNew);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_data_mgr.h624 void RemoveUserId(int32_t userId);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp2680 GetBundleDataMgr()->RemoveUserId(USERID);