Home
last modified time | relevance | path

Searched refs:IsNeedToCallRequest (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp236 EXPECT_EQ(callContainer->IsNeedToCallRequest(), false);
259 EXPECT_EQ(callContainer->IsNeedToCallRequest(), true);
282 EXPECT_EQ(callContainer->IsNeedToCallRequest(), true);
305 EXPECT_EQ(callContainer->IsNeedToCallRequest(), false);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dcall_container.h54 bool IsNeedToCallRequest() const;
H A Dability_record.h1006 bool IsNeedToCallRequest() const;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp399 EXPECT_EQ(false, abilityRecord_->IsNeedToCallRequest());
424 EXPECT_EQ(true, abilityRecord_->IsNeedToCallRequest());
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_container.cpp176 bool CallContainer::IsNeedToCallRequest() const in IsNeedToCallRequest() function in OHOS::AAFwk::CallContainer
H A Dability_record.cpp3153 bool AbilityRecord::IsNeedToCallRequest() const in IsNeedToCallRequest() function in OHOS::AAFwk::AbilityRecord
3160 return callContainer_->IsNeedToCallRequest(); in IsNeedToCallRequest()
H A Dmission_list_manager.cpp1033 if (abilityRecord->IsNeedToCallRequest()) { in AttachAbilityThread()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp185 callContainer->IsNeedToCallRequest(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/
H A Dui_ability_lifecycle_manager.cpp276 if (abilityRecord->IsNeedToCallRequest()) { in AttachAbilityThread()