Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/
H A Dinstaller_impl.cpp47 { CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED, &InstallEventSubscriber::OnInstall }, in InstallEventSubscriber()
48 { OHOS::AppExecFwk::COMMON_EVENT_SANDBOX_PACKAGE_ADDED, &InstallEventSubscriber::OnInstall }}; in InstallEventSubscriber()
115 void InstallEventSubscriber::OnInstall(const std::string &bundleName, int32_t userId, int32_t appIndex) in OnInstall() function in OHOS::DistributedKv::InstallEventSubscriber
117 kvStoreDataService_->OnInstall(bundleName, userId, appIndex); in OnInstall()
H A Dinstaller_impl.h38 void OnInstall(const std::string &bundleName, int32_t userId, int32_t appIndex);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/
H A Dkvstore_data_service_test.cpp160 int32_t status = kvStoreDataServiceTest.OnInstall(bundleNametest, TEST_USERID, TEST_APP_INDEX); in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H A Dkvstore_data_service.h119 int32_t OnInstall(const std::string &bundleName, int32_t user, int32_t index);
H A Dkvstore_data_service.cpp811 int32_t KvStoreDataService::OnInstall(const std::string &bundleName, int32_t user, int32_t index) in OnInstall() function in OHOS::DistributedKv::KvStoreDataService

Completed in 4 milliseconds