Searched refs:packageId (Results 1 - 6 of 6) sorted by relevance
/base/security/asset/test/unittest/module_test/src/ |
H A D | system_ability_wrapper_test.cpp | 53 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 D | system_event_wrapper_test.cpp | 52 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 D | napi_app_event_holder.h | 29 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 D | common.h | 104 int packageId; member
|
/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/ |
H A D | appevent_packageholder_impl.cpp | 109 package.packageId = packageId_++; in TakeNext()
|
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
H A D | napi_app_event_holder.cpp | 162 NapiUtil::SetNamedProperty(env, packageObj, "packageId", NapiUtil::CreateInt32(env, package->packageId));
in NapiTakeNext() 223 package->packageId = packageId_++;
in TakeNext()
|
Completed in 3 milliseconds