Searched refs:OnUserIdSwitched (Results 1 – 4 of 4) sorted by relevance
32 bool OnUserIdSwitched(const int32_t oldUserId, const int32_t newUserId,
64 callback.OnUserIdSwitched(oldUserId, newUserId); in OnUserIdChanged()
27 bool BundleResourceCallback::OnUserIdSwitched(const int32_t oldUserId, const int32_t userId, const … in OnUserIdSwitched() function in OHOS::AppExecFwk::BundleResourceCallback
1686 bool ans = callback.OnUserIdSwitched(100, 200);1689 ans = callback.OnUserIdSwitched(200, 100);