Home
last modified time | relevance | path

Searched refs:IsHistoryRequestCode (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_record.h197 bool IsHistoryRequestCode(int32_t requestCode) in IsHistoryRequestCode() function in OHOS::AAFwk::CallerRecord
/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp3066 * Function: IsHistoryRequestCode
3067 * SubFunction: IsHistoryRequestCode
3070 * CaseDescription: Verify CallerRecord IsHistoryRequestCode
3077 bool ret = callerRecord->IsHistoryRequestCode(1); in HWTEST_F()
3079 ret = callerRecord->IsHistoryRequestCode(2); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp1900 if (caller->IsHistoryRequestCode(requestCode)) { in GetCallerByRequestCode()

Completed in 14 milliseconds