Home
last modified time | relevance | path

Searched refs:UpdateAppDataDirSelinuxLabel (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Duser_unlocked_event_subscriber.h41 static void UpdateAppDataDirSelinuxLabel(int32_t userId);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp53 std::thread updateDataDirThread(UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel, userId); in OnReceiveEvent()
67 std::thread updateDataDirThread(UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel, userId); in OnReceiveEvent()
187 void UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(int32_t userId) in UpdateAppDataDirSelinuxLabel() function in OHOS::AppExecFwk::UpdateAppDataMgr
189 APP_LOGI("UpdateAppDataDirSelinuxLabel userId:%{public}d start", userId); in UpdateAppDataDirSelinuxLabel()
192 APP_LOGE("UpdateAppDataDirSelinuxLabel DataMgr is nullptr"); in UpdateAppDataDirSelinuxLabel()
198 APP_LOGE("UpdateAppDataDirSelinuxLabel GetAllBundleInfos failed"); in UpdateAppDataDirSelinuxLabel()
211 APP_LOGI("UpdateAppDataDirSelinuxLabel userId:%{public}d end", userId); in UpdateAppDataDirSelinuxLabel()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_unlocked_test.cpp76 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(userId); in CreateBundleDataDir()
H A Dbms_event_handler_test.cpp93 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(userId); in CreateBundleDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp1468 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(Constants::ALL_USERID); in HWTEST_F()
1498 UpdateAppDataMgr::UpdateAppDataDirSelinuxLabel(Constants::ALL_USERID); in HWTEST_F()

Completed in 15 milliseconds