Home
last modified time | relevance | path

Searched full:result_code (Results 1 – 19 of 19) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/fence/src/
Dfence.cpp122 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/
Daccessible_ability_client_stub.cpp25 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()
Daccessibility_element_operator_callback_stub.cpp25 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()
Daccessibility_element_operator_stub.cpp23 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()
Daccessible_ability_channel_stub.cpp28 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()
Daccessible_ability_manager_service_stub.cpp29 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/
Devent_report.cpp35 const std::string RESULT_CODE = "RESULT_CODE"; variable
63 RESULT_CODE, eventInfo.resultCode); in SendSystemEvent()
/foundation/filemanagement/app_file_service/utils/src/b_radar/
Db_radar.cpp55 "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/
Dtest_observer_test.cpp39 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/
Dtest_observer_module_test.cpp34 const int RESULT_CODE = 20; variable
67 observer.TestFinished(MSG.c_str(), RESULT_CODE);
/foundation/ability/ability_runtime/test/moduletest/ability_test/
Dability_test.cpp57 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/
Dbms_bundle_quick_fix_deleter_test.cpp37 const std::string RESULT_CODE = "resultCode"; variable
132 const int32_t resultCode = jsonObject[RESULT_CODE]; in CheckResult()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_common_event_mgr.cpp44 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/
Dnegotiate_message.cpp65 { 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()
Dnegotiate_message.h100 RESULT_CODE = 9, enumerator
/foundation/bundlemanager/bundle_framework/
Dhisysevent.yaml189 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/
Dbms_bundle_quick_fix_switcher_test.cpp43 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/
Dbms_bundle_quick_fix_boot_scanner_test.cpp47 const std::string RESULT_CODE = "resultCode"; variable
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
Dbms_bundle_quick_fix_test.cpp76 const std::string RESULT_CODE = "resultCode"; variable