Home
last modified time | relevance | path

Searched refs:OnUserIdSwitched (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_callback.h32 bool OnUserIdSwitched(const int32_t oldUserId, const int32_t newUserId,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_event_subscriber.cpp64 callback.OnUserIdSwitched(oldUserId, newUserId); in OnUserIdChanged()
H A Dbundle_resource_callback.cpp27 bool BundleResourceCallback::OnUserIdSwitched(const int32_t oldUserId, const int32_t userId, const … in OnUserIdSwitched() function in OHOS::AppExecFwk::BundleResourceCallback
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_resource_test.cpp1686 bool ans = callback.OnUserIdSwitched(100, 200);
1689 ans = callback.OnUserIdSwitched(200, 100);