/ohos5.0/base/security/asset/services/os_dependency/inc/ |
H A D | system_event_wrapper.h | 22 typedef void (*OnUserRemoved)(int32_t); typedef 30 OnUserRemoved onUserRemoved;
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_common_event_observer.cpp | 90 …if ((action == CommonEventSupport::COMMON_EVENT_USER_REMOVED) && (callback_.OnUserRemoved != nullp… in OnReceiveEvent() 91 callback_.OnUserRemoved(data.GetCode()); in OnReceiveEvent()
|
H A D | inner_app_account_manager.cpp | 348 ErrCode InnerAppAccountManager::OnUserRemoved(int32_t userId) in OnUserRemoved() function in OHOS::AccountSA::InnerAppAccountManager 350 return controlManager_.OnUserRemoved(userId); in OnUserRemoved()
|
H A D | app_account_manager_service.cpp | 40 [this] (int32_t userId) { this->OnUserRemoved(userId); }, in AppAccountManagerService() 716 ErrCode AppAccountManagerService::OnUserRemoved(int32_t userId) in OnUserRemoved() function in OHOS::AccountSA::AppAccountManagerService 718 return innerManager_->OnUserRemoved(userId); in OnUserRemoved()
|
H A D | app_account_control_manager.cpp | 1122 ErrCode AppAccountControlManager::OnUserRemoved(int32_t userId) in OnUserRemoved() function in OHOS::AccountSA::AppAccountControlManager
|
/ohos5.0/base/account/os_account/services/accountmgr/include/appaccount/ |
H A D | app_account_common_event_observer.h | 27 std::function<void(int32_t userId)> OnUserRemoved; member
|
H A D | inner_app_account_manager.h | 104 ErrCode OnUserRemoved(int32_t userId);
|
H A D | app_account_control_manager.h | 100 ErrCode OnUserRemoved(int32_t userId);
|
H A D | app_account_manager_service.h | 107 virtual ErrCode OnUserRemoved(int32_t userId);
|
/ohos5.0/base/inputmethod/imf/test/fuzztest/inputmethodsystemability_fuzzer/ |
H A D | inputmethodsystemability_fuzzer.cpp | 56 DelayedSingleton<InputMethodSystemAbility>::GetInstance()->OnUserRemoved(msg1.get()); in FuzzOnUser()
|
/ohos5.0/base/security/asset/interfaces/inner_kits/rs/src/ |
H A D | plugin_interface.rs | 55 OnUserRemoved, enumerator
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/src/ |
H A D | bundle_active_report_handler.cpp | 124 bundleActiveCore_->OnUserRemoved(tmpHandlerobj.userId_); in ProcessEvent()
|
H A D | bundle_active_user_service.cpp | 49 void BundleActiveUserService::OnUserRemoved() in OnUserRemoved() function in OHOS::DeviceUsageStats::BundleActiveUserService
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 69 void OnUserRemoved(const int32_t userId);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_core.h | 209 void OnUserRemoved(const int32_t userId);
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packageusage/include/ |
H A D | bundle_active_user_service.h | 65 void OnUserRemoved();
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/ |
H A D | bundle_active_core.cpp | 424 void BundleActiveCore::OnUserRemoved(const int32_t userId) in OnUserRemoved() function in OHOS::DeviceUsageStats::BundleActiveCore 432 userStatServices_[userId]->OnUserRemoved(); in OnUserRemoved() 435 bundleGroupController_->OnUserRemoved(userId); in OnUserRemoved()
|
/ohos5.0/base/inputmethod/imf/services/include/ |
H A D | input_method_system_ability.h | 111 int32_t OnUserRemoved(const Message *msg);
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_private_member_test.cpp | 187 auto ret = service_->OnUserRemoved(msg); 195 auto ret1 = service_->OnUserRemoved(msg1.get());
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/ |
H A D | device_usage_statistics_service_test.cpp | 266 coreObject->OnUserRemoved(userId); 779 coreObject->OnUserRemoved(userId); 1057 coreObject->OnUserRemoved(100);
|
/ohos5.0/base/security/asset/services/core_service/src/common_event/ |
H A D | listener.rs | 291 match load.process_event(EventType::OnUserRemoved, ¶ms) { in notify_on_user_removed()
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/src/ |
H A D | bundle_active_group_controller.cpp | 68 void BundleActiveGroupController::OnUserRemoved(const int32_t userId) in OnUserRemoved() function in OHOS::DeviceUsageStats::BundleActiveGroupController
|
/ohos5.0/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 984 OnUserRemoved(msg); in WorkThread() 1055 int32_t InputMethodSystemAbility::OnUserRemoved(const Message *msg) in OnUserRemoved() function in OHOS::MiscServices::InputMethodSystemAbility
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 1308 OnUserRemoved(userId); in OnResourceRemove() 1384 void AdvancedNotificationService::OnUserRemoved(const int32_t &userId) in OnUserRemoved() function in OHOS::Notification::AdvancedNotificationService
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 862 void OnUserRemoved(const int32_t &userId);
|