Home
last modified time | relevance | path

Searched refs:CreateCallRecord (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_container_test/
H A Dcall_container_test.cpp79 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
135 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
215 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
254 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
277 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
300 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
358 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test_call.cpp177 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
245 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
416 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
/ohos5.0/foundation/ability/ability_runtime/test/unittest/call_record_test/
H A Dcall_record_test.cpp80 std::shared_ptr<CallRecord> callRecord = CallRecord::CreateCallRecord(
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dcall_record.h62 static std::shared_ptr<CallRecord> CreateCallRecord(const int32_t callerUid,
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_record.cpp44 std::shared_ptr<CallRecord> CallRecord::CreateCallRecord(const int32_t callerUid, in CreateCallRecord() function in OHOS::AAFwk::CallRecord
H A Dability_record.cpp3114 callRecord = CallRecord::CreateCallRecord( in Resolve()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp160 callRecord->CreateCallRecord(int32Param, targetService, connect, token); in DoSomethingInterestingWithMyAPI()