Searched refs:cFuncIds (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/frameworks/cj/ffi/ |
H A D | cj_ability_lifecycle_callback.cpp | 43 int32_t CjAbilityLifecycleCallback::Register(CArrI64 cFuncIds, bool isSync) in Register() argument 55 EmplaceAbilityFunc(callbackId, cFuncIds.head[i++], onAbilityCreatecallbacks_); in Register() 56 EmplaceAbilityWindowStageFunc(callbackId, cFuncIds.head[i++], onWindowStageCreatecallbacks_); in Register() 57 EmplaceAbilityWindowStageFunc(callbackId, cFuncIds.head[i++], onWindowStageActivecallbacks_); in Register() 58 EmplaceAbilityWindowStageFunc(callbackId, cFuncIds.head[i++], onWindowStageInactivecallbacks_); in Register() 59 EmplaceAbilityWindowStageFunc(callbackId, cFuncIds.head[i++], onWindowStageDestroycallbacks_); in Register() 60 EmplaceAbilityFunc(callbackId, cFuncIds.head[i++], onAbilityDestroycallbacks_); in Register() 61 EmplaceAbilityFunc(callbackId, cFuncIds.head[i++], onAbilityForegroundcallbacks_); in Register() 62 EmplaceAbilityFunc(callbackId, cFuncIds.head[i++], onAbilityBackgroundcallbacks_); in Register() 63 EmplaceAbilityFunc(callbackId, cFuncIds in Register() [all...] |
H A D | cj_application_context.h | 71 int32_t OnOnAbilityLifecycle(CArrI64 cFuncIds, bool isSync, int32_t *errCode); 100 CJ_EXPORT int32_t FfiCJApplicationContextOnOnAbilityLifecycle(int64_t id, CArrI64 cFuncIds, int32_t *errCode);
|
H A D | cj_application_context.cpp | 446 int32_t CJApplicationContext::OnOnAbilityLifecycle(CArrI64 cFuncIds, bool isSync, int32_t *errCode) in OnOnAbilityLifecycle() argument 456 return callback_->Register(cFuncIds, isSync); in OnOnAbilityLifecycle() 459 int32_t callbackId = callback_->Register(cFuncIds, isSync); in OnOnAbilityLifecycle() 597 int32_t FfiCJApplicationContextOnOnAbilityLifecycle(int64_t id, CArrI64 cFuncIds, int32_t *errCode) in FfiCJApplicationContextOnOnAbilityLifecycle() argument 605 return context->OnOnAbilityLifecycle(cFuncIds, false, errCode); in FfiCJApplicationContextOnOnAbilityLifecycle()
|
H A D | cj_ability_lifecycle_callback.h | 56 int32_t Register(CArrI64 cFuncIds, bool isSync = false);
|
Completed in 5 milliseconds