Home
last modified time | relevance | path

Searched defs:iret (Results 1 – 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/ability_running_record_test/
Dability_running_record_test.cpp145 auto iret = record->GetAbilityInfo(); variable
168 auto iret = record->GetWant(); variable
189 auto iret = record->GetToken(); variable
211 auto iret = record->GetState(); variable
232 auto iret = record->IsSameState(AbilityState::ABILITY_STATE_CREATE); variable
253 auto iret = record->GetLastLaunchTime(); variable
276 auto iret = record->GetPreToken(); variable
299 auto iret = record->GetVisibility(); variable
322 auto iret = record->GetPerceptibility(); variable
345 auto iret = record->GetConnectionState(); variable
[all …]
/foundation/ability/ability_runtime/test/unittest/app_config_data_manager_test/
Dapp_config_data_manager_test.cpp76 auto iret = manager->SetAppWaitingDebugInfo(bundleName); variable
92 auto iret = manager->SetAppWaitingDebugInfo(bundleName); variable
107 auto iret = manager->ClearAppWaitingDebugInfo(); variable
123 auto iret = manager->GetAppWaitingDebugList(bundleNameList); variable
/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/
Dams_mgr_scheduler_test.cpp1131 auto iret = amsMgrScheduler->UpdateApplicationInfoInstalled(bundleName, uid); variable
1151 auto iret = amsMgrScheduler->UpdateApplicationInfoInstalled(bundleName, uid); variable
1242 auto iret = amsMgrScheduler->GetBundleNameByPid(pid, bundleName, uid); variable
1263 auto iret = amsMgrScheduler->GetBundleNameByPid(pid, bundleName, uid); variable
1281 auto iret = amsMgrScheduler->SetAppWaitingDebug(bundleName, isPersist); variable
1301 auto iret = amsMgrScheduler->SetAppWaitingDebug(bundleName, isPersist); variable
1350 auto iret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList); variable
1369 auto iret = amsMgrScheduler->GetWaitingDebugApp(debugInfoList); variable
1386 auto iret = amsMgrScheduler->IsWaitingDebugApp(bundleName); variable
1405 auto iret = amsMgrScheduler->IsWaitingDebugApp(bundleName); variable
[all …]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
Dpixel_yuv_ext_utils.cpp466 int iret = converter.NV12Mirror(srcY, srcYStride, srcUV, srcUVStride, dstY, dstYStride, in Mirror() local