Home
last modified time | relevance | path

Searched refs:IsCallBackCalled (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dlocal_call_container.h61 bool IsCallBackCalled(const std::vector<std::shared_ptr<CallerCallBack>> &callers) const;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp192 bool LocalCallContainer::IsCallBackCalled(const std::vector<std::shared_ptr<CallerCallBack>> &calle… in IsCallBackCalled() function in OHOS::AbilityRuntime::LocalCallContainer
216 if (IsCallBackCalled(itemCall->GetCallers())) { in DumpCalls()