Home
last modified time | relevance | path

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

/base/security/asset/test/unittest/module_test/src/
H A Dsystem_ability_wrapper_test.cpp53 void PackageRemovedCallback(int32_t packageId, const uint8_t *owner, uint32_t ownerSize, in PackageRemovedCallback() argument
70 void OnAppRestore(int32_t packageId, const uint8_t *owner, int32_t appIndex) in OnAppRestore() argument
H A Dsystem_event_wrapper_test.cpp52 void PackageRemovedCallback(int32_t packageId, const uint8_t *owner, uint32_t ownerSize, in PackageRemovedCallback() argument
69 void OnAppRestore(int32_t packageId, const uint8_t *owner, int32_t appIndex) in OnAppRestore() argument
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
H A Dnapi_app_event_holder.h29 AppEventPackage() : packageId(0), row(0), size(0), data(0), events(0) {} in AppEventPackage()
31 int packageId; member
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/include/
H A Dcommon.h104 int packageId; member
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_packageholder_impl.cpp109 package.packageId = packageId_++; in TakeNext()
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
H A Dnapi_app_event_holder.cpp162 NapiUtil::SetNamedProperty(env, packageObj, "packageId", NapiUtil::CreateInt32(env, package->packageId)); in NapiTakeNext()
223 package->packageId = packageId_++; in TakeNext()

Completed in 3 milliseconds