Home
last modified time | relevance | path

Searched defs:callerAppRecord (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/
H A Dabilityappmgrevent_fuzzer.cpp42 std::shared_ptr<AppRunningRecord> callerAppRecord; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp55 std::shared_ptr<AppRunningRecord> callerAppRecord = nullptr; in HWTEST_F() local
82 std::shared_ptr<AppRunningRecord> callerAppRecord = nullptr; in HWTEST_F() local
114 auto callerAppRecord = std::make_shared<AppRunningRecord>(callerAppInfo, callerRecordId, callerProcessName); in HWTEST_F() local
131 std::shared_ptr<AppRunningRecord> callerAppRecord in HWTEST_F() local
158 std::shared_ptr<AppRunningRecord> callerAppRecord = nullptr; HWTEST_F() local
189 auto callerAppRecord = std::make_shared<AppRunningRecord>(callerAppInfo, callerRecordId, callerProcessName); HWTEST_F() local
204 std::shared_ptr<AppRunningRecord> callerAppRecord = nullptr; HWTEST_F() local
231 std::shared_ptr<AppRunningRecord> callerAppRecord = nullptr; HWTEST_F() local
262 auto callerAppRecord = std::make_shared<AppRunningRecord>(callerAppInfo, callerRecordId, callerProcessName); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp25 int32_t AppMgrEventUtil::GetCallerPid(const std::shared_ptr<AppRunningRecord> &callerAppRecord) in GetCallerPid() argument
55 bool AppMgrEventUtil::SendCreateAtomicServiceProcessEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord, in SendCreateAtomicServiceProcessEvent() argument
84 bool AppMgrEventUtil::SendProcessStartEvent(const std::shared_ptr<AppRunningRecord> &callerAppRecord, in SendProcessStartEvent() argument
130 SendProcessStartFailedEvent(std::shared_ptr<AppRunningRecord> callerAppRecord, std::shared_ptr<AppRunningRecord> appRecord, AAFwk::EventInfo &eventInfo) SendProcessStartFailedEvent() argument
170 UpdateCallerInfo(AAFwk::EventInfo &eventInfo, std::shared_ptr<AppRunningRecord> callerAppRecord, std::shared_ptr<AppRunningRecord> appRecord) UpdateCallerInfo() argument
[all...]
H A Dapp_mgr_service_inner.cpp3555 auto callerAppRecord = GetAppRunningRecordByPid(callerPid); in SendCreateAtomicServiceProcessEvent() local
3567 auto callerAppRecord = GetAppRunningRecordByPid(callerPid); in SendProcessStartEvent() local
3608 auto callerAppRecord = GetAppRunningRecordByPid(callerPid); in SendProcessStartFailedEvent() local

Completed in 21 milliseconds