Home
last modified time | relevance | path

Searched refs:IsCallState (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_container.cpp155 if (callRecord && callRecord->IsCallState(CallState::REQUESTING)) { in CallRequestDone()
181 if (callRecord && !callRecord->IsCallState(CallState::REQUESTED)) { in IsNeedToCallRequest()
H A Dcall_record.cpp209 bool CallRecord::IsCallState(const CallState &state) const in IsCallState() function in OHOS::AAFwk::CallRecord
H A Dability_record.cpp3096 if (callRecord->IsCallState(CallState::REQUESTED) && callRecord->GetCallStub()) { in Resolve()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dcall_record.h77 bool IsCallState(const CallState &state) const;
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp173 callRecord->IsCallState(state); in DoSomethingInterestingWithMyAPI()

Completed in 8 milliseconds