Home
last modified time | relevance | path

Searched refs:GetCallLocalRecord (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dlocal_call_container.h54 bool GetCallLocalRecord(const AppExecFwk::ElementName &elementName,
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dlocal_call_container_ut_test.cpp333 …EXPECT_TRUE(localCallContainer->GetCallLocalRecord(elementName, resultPtr, localCallRecord->GetUse…
408 …EXPECT_TRUE(localCallContainer->GetCallLocalRecord(elementName, resultPtr, localCallRecord->GetUse…
659 bool ret = localCallContainer.GetCallLocalRecord(
675 bool ret = localCallContainer.GetCallLocalRecord(
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp43 if (!GetCallLocalRecord(element, localCallRecord, oriValidUserId)) { in StartAbilityByCallInner()
229 bool LocalCallContainer::GetCallLocalRecord( in GetCallLocalRecord() function in OHOS::AbilityRuntime::LocalCallContainer