Home
last modified time | relevance | path

Searched refs:GetCallingEventInfo (Results 1 - 6 of 6) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/shared/
H A Dshared_bundle_installer.h73 void GetCallingEventInfo(EventInfo &eventInfo);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dshared_bundle_installer.cpp182 GetCallingEventInfo(commonEventInfo); in SendBundleSystemEvent()
189 void SharedBundleInstaller::GetCallingEventInfo(EventInfo &eventInfo) in GetCallingEventInfo() function in OHOS::AppExecFwk::SharedBundleInstaller
191 APP_LOGD("GetCallingEventInfo start, bundleName:%{public}s", eventInfo.callingBundleName.c_str()); in GetCallingEventInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp675 * @tc.name: test the start function of GetCallingEventInfo
682 baseBundleInstaller.GetCallingEventInfo(eventInfo); in HWTEST_F()
688 * @tc.name: test the start function of GetCallingEventInfo
696 baseBundleInstaller.GetCallingEventInfo(eventInfo); in HWTEST_F()
702 * @tc.name: test the start function of GetCallingEventInfo
733 baseBundleInstaller.GetCallingEventInfo(eventInfo); in HWTEST_F()
H A Dbms_bundle_installer_test.cpp5242 * @tc.name: test GetCallingEventInfo
5243 * @tc.desc: 1.GetCallingEventInfo
5254 bundleInstaller.GetCallingEventInfo(eventInfo); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbase_bundle_installer.h610 void GetCallingEventInfo(EventInfo &eventInfo);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_bundle_installer.cpp4938 GetCallingEventInfo(sysEventInfo_); in SendBundleSystemEvent()
4942 void BaseBundleInstaller::GetCallingEventInfo(EventInfo &eventInfo) in GetCallingEventInfo() function in OHOS::AppExecFwk::BaseBundleInstaller
4944 LOG_D(BMS_TAG_INSTALLER, "GetCallingEventInfo start, bundleName:%{public}s", eventInfo.callingBundleName.c_str()); in GetCallingEventInfo()

Completed in 31 milliseconds