| /foundation/graphic/graphic_2d/frameworks/fence/src/ |
| D | fence.cpp | 122 int result_code; in FenceMerge() local 131 result_code = ioctl(fd1, SYNC_IOC_MERGE, &sync_merge_data); in FenceMerge() 136 result_code = ioctl(fd2, SYNC_IOC_MERGE, &sync_merge_data); in FenceMerge() 141 result_code = ioctl(fd1, SYNC_IOC_MERGE, &sync_merge_data); in FenceMerge() 149 if (result_code < 0) { in FenceMerge() 151 return result_code; in FenceMerge()
|
| /foundation/barrierfree/accessibility/common/interface/src/ |
| D | accessible_ability_client_stub.cpp | 25 result_code = func(data, reply);\ 31 result_code = ERR_CODE_DEFAULT;\ 66 ErrCode result_code = ERR_NONE; in OnRemoteRequest() local 71 if (result_code != ERR_CODE_DEFAULT) { in OnRemoteRequest() 72 return result_code; in OnRemoteRequest()
|
| D | accessibility_element_operator_callback_stub.cpp | 25 result_code = func(data, reply);\ 31 result_code = ERR_CODE_DEFAULT;\ 103 ErrCode result_code = ERR_NONE; in OnRemoteRequest() local 108 if (result_code != ERR_CODE_DEFAULT) { in OnRemoteRequest() 109 return result_code; in OnRemoteRequest()
|
| D | accessibility_element_operator_stub.cpp | 23 result_code = func(data, reply);\ 29 result_code = ERR_CODE_DEFAULT;\ 71 ErrCode result_code = ERR_NONE; in OnRemoteRequest() local 76 if (result_code != ERR_CODE_DEFAULT) { in OnRemoteRequest() 77 return result_code; in OnRemoteRequest()
|
| D | accessible_ability_channel_stub.cpp | 28 result_code = func(data, reply);\ 34 result_code = ERR_CODE_DEFAULT;\ 79 ErrCode result_code = ERR_NONE; in OnRemoteRequest() local 84 if (result_code != ERR_CODE_DEFAULT) { in OnRemoteRequest() 85 return result_code; in OnRemoteRequest()
|
| D | accessible_ability_manager_service_stub.cpp | 29 result_code = func(data, reply);\ 35 result_code = ERR_CODE_DEFAULT;\ 141 ErrCode result_code = ERR_NONE; in OnRemoteRequest() local 146 if (result_code != ERR_CODE_DEFAULT) { in OnRemoteRequest() 147 return result_code; in OnRemoteRequest()
|
| /foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
| D | event_report.cpp | 35 const std::string RESULT_CODE = "RESULT_CODE"; variable 63 RESULT_CODE, eventInfo.resultCode); in SendSystemEvent()
|
| /foundation/filemanagement/app_file_service/utils/src/b_radar/ |
| D | b_radar.cpp | 55 "RESULT_CODE", resultCode, in RecordDefaultFuncRes() 76 "RESULT_CODE", resultCode, in RecordBackupFuncRes() 97 "RESULT_CODE", resultCode, in RecordRestoreFuncRes() 117 "RESULT_CODE", resultCode, in RecordStatisticRes()
|
| /foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
| D | test_observer_test.cpp | 39 const int RESULT_CODE = 20; variable 83 observer.TestFinished(MSG.c_str(), RESULT_CODE); 138 observer->TestStatus(MSG.c_str(), RESULT_CODE);
|
| /foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/ |
| D | test_observer_module_test.cpp | 34 const int RESULT_CODE = 20; variable 67 observer.TestFinished(MSG.c_str(), RESULT_CODE);
|
| /foundation/ability/ability_runtime/test/moduletest/ability_test/ |
| D | ability_test.cpp | 57 static const int RESULT_CODE = 1992; member in OHOS::AppExecFwk::AbilityBaseTest 471 abms->TerminateAbility(nullptr, RESULT_CODE, &want); 493 static const int RESULT_CODE = 1992; member in OHOS::AppExecFwk::AbilityTerminateTest 544 ability->SetResult(RESULT_CODE, want); 581 ability->SetResult(RESULT_CODE, want); 618 ability->SetResult(RESULT_CODE, want); 655 ability->SetResult(RESULT_CODE, want); 689 mockAMS->TerminateAbility(nullptr, RESULT_CODE, &want); 721 mockAMS->TerminateAbility(nullptr, RESULT_CODE, &want); 753 mockAMS->TerminateAbility(nullptr, RESULT_CODE, &want); [all …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/ |
| D | bms_bundle_quick_fix_deleter_test.cpp | 37 const std::string RESULT_CODE = "resultCode"; variable 132 const int32_t resultCode = jsonObject[RESULT_CODE]; in CheckResult()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | bundle_common_event_mgr.cpp | 44 constexpr const char* RESULT_CODE = "resultCode"; variable 153 want.SetParam(RESULT_CODE, installResult.resultCode); in SetNotifyWant()
|
| /foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
| D | negotiate_message.cpp | 65 { NegotiateMessageKey::RESULT_CODE, Serializable::ValueType::INT }, 455 Set(NegotiateMessageKey::RESULT_CODE, value); in SetResultCode() 460 return Get(NegotiateMessageKey::RESULT_CODE, RESULT_CODE_INVALID); in GetResultCode()
|
| D | negotiate_message.h | 100 RESULT_CODE = 9, enumerator
|
| /foundation/bundlemanager/bundle_framework/ |
| D | hisysevent.yaml | 189 RESULT_CODE: {type: INT32, desc: result code} 199 RESULT_CODE: {type: INT32, desc: result code}
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/ |
| D | bms_bundle_quick_fix_switcher_test.cpp | 43 const std::string RESULT_CODE = "resultCode"; variable 201 const int32_t resultCode = jsonObject[RESULT_CODE]; in CheckResult()
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/ |
| D | bms_bundle_quick_fix_boot_scanner_test.cpp | 47 const std::string RESULT_CODE = "resultCode"; variable
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
| D | bms_bundle_quick_fix_test.cpp | 76 const std::string RESULT_CODE = "resultCode"; variable
|