Home
last modified time | relevance | path

Searched refs:BundleStateCallback (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_status_callback.h60 typedef void (*BundleStateCallback)(const uint8_t installType, const uint8_t resultCode, const void… typedef
81 BundleStateCallback callBack;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/include/
H A Dbundle_callback.h40 …int32_t RegisterBundleStateCallback(const BundleStateCallback &callback, const char *bundleName, v…
48 BundleStateCallback bundleStateCallback_ { nullptr }; // register callback for all apps
H A Dbundle_callback_utils.h67 BundleStateCallback bundleStateCallback;
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_callback.cpp59 BundleStateCallback callback = callbackInfo.bundleStateCallback; in InnerCallback()
160 int32_t BundleCallback::RegisterBundleStateCallback(const BundleStateCallback &callback, in RegisterBundleStateCallback()