Searched refs:OnInstall (Results 1 - 5 of 5) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/installer/ |
H A D | installer_impl.cpp | 47 { 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 D | installer_impl.h | 38 void OnInstall(const std::string &bundleName, int32_t userId, int32_t appIndex);
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/test/unittest/ |
H A D | kvstore_data_service_test.cpp | 160 int32_t status = kvStoreDataServiceTest.OnInstall(bundleNametest, TEST_USERID, TEST_APP_INDEX); in HWTEST_F()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.h | 119 int32_t OnInstall(const std::string &bundleName, int32_t user, int32_t index);
|
H A D | kvstore_data_service.cpp | 811 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