Home
last modified time | relevance | path

Searched refs:DelAutoStartPrefKeyInRemovePkg (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/
H A Daccessibility_account_data.h283 void DelAutoStartPrefKeyInRemovePkg(const std::string &bundleName);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/
H A Dmock_accessibility_account_data.cpp404 void AccessibilityAccountData::DelAutoStartPrefKeyInRemovePkg(const std::string &bundleName) in DelAutoStartPrefKeyInRemovePkg() function in OHOS::Accessibility::AccessibilityAccountData
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_account_data_test.cpp277 accountData->DelAutoStartPrefKeyInRemovePkg(bundleName);
302 accountData->DelAutoStartPrefKeyInRemovePkg(bundleName);
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_account_data.cpp524 void AccessibilityAccountData::DelAutoStartPrefKeyInRemovePkg(const std::string &bundleName) in DelAutoStartPrefKeyInRemovePkg() function in OHOS::Accessibility::AccessibilityAccountData
H A Daccessible_ability_manager_service.cpp1724 packageAccount->DelAutoStartPrefKeyInRemovePkg(bundleName); in PackageRemoved()