Searched defs:iret (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_running_record_test/ |
H A D | ability_running_record_test.cpp | 145 auto iret = record->GetAbilityInfo(); variable 168 auto iret = record->GetWant(); variable 189 auto iret = record->GetToken(); variable 211 auto iret = record->GetState(); variable 276 auto iret = record->GetPreToken(); variable 299 auto iret = record->GetVisibility(); variable 368 auto iret = record->GetEventId(); variable 390 auto iret = record->IsTerminating(); variable 413 auto iret = record->GetOwnerUserId(); variable 436 auto iret = record->IsSingleUser(); variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_config_data_manager_test/ |
H A D | app_config_data_manager_test.cpp | 76 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
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 1131 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 1454 auto iret = amsMgrScheduler->IsAttachDebug(bundleName); variable [all …]
|
/ohos5.0/base/tee/tee_client/services/tlogcat/src/ |
H A D | tarzip.c | 133 int32_t iret; in WriteZipContent() local
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | pixel_yuv_ext_utils.cpp | 466 int iret = converter.NV12Mirror(srcY, srcYStride, srcUV, srcUVStride, dstY, dstYStride, in Mirror() local
|