/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/ |
H A D | test_observer_test.cpp | 39 const int RESULT_CODE = 20; member 83 observer.TestFinished(MSG.c_str(), RESULT_CODE); in HWTEST_F() 138 observer->TestStatus(MSG.c_str(), RESULT_CODE); in HWTEST_F()
|
/foundation/ability/ability_runtime/tools/test/moduletest/ability_delegator/ |
H A D | test_observer_module_test.cpp | 34 const int RESULT_CODE = 20; member 67 observer.TestFinished(MSG.c_str(), RESULT_CODE); in HWTEST_F()
|
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/ |
H A D | event_report.cpp | 35 const std::string RESULT_CODE = "RESULT_CODE"; member 63 RESULT_CODE, eventInfo.resultCode); in SendSystemEvent()
|
/foundation/ability/ability_runtime/test/moduletest/ability_test/ |
H A D | ability_test.cpp | 57 static const int RESULT_CODE = 1992; member in OHOS::AppExecFwk::AbilityBaseTest 459 abms->TerminateAbility(nullptr, RESULT_CODE, &want); in HWTEST_F() 481 static const int RESULT_CODE = 1992; member in OHOS::AppExecFwk::AbilityTerminateTest 531 ability->SetResult(RESULT_CODE, want); in HWTEST_F() 567 ability->SetResult(RESULT_CODE, want); in HWTEST_F() 603 ability->SetResult(RESULT_CODE, want); in HWTEST_F() 639 ability->SetResult(RESULT_CODE, want); in HWTEST_F() 672 mockAMS->TerminateAbility(nullptr, RESULT_CODE, &want); in HWTEST_F() 703 mockAMS->TerminateAbility(nullptr, RESULT_CODE, &want); in HWTEST_F() 734 mockAMS->TerminateAbility(nullptr, RESULT_CODE, in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_deleter_test/ |
H A D | bms_bundle_quick_fix_deleter_test.cpp | 37 const std::string RESULT_CODE = "resultCode";
member 132 const int32_t resultCode = jsonObject[RESULT_CODE];
in CheckResult()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_common_event_mgr.cpp | 44 constexpr const char* RESULT_CODE = "resultCode"; member 151 want.SetParam(RESULT_CODE, installResult.resultCode); in SetNotifyWant()
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/ |
H A D | negotiate_message.h | 100 RESULT_CODE = 9, member in OHOS::SoftBus::NegotiateMessageKey
|
H A 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()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/ |
H A D | bms_bundle_quick_fix_switcher_test.cpp | 43 const std::string RESULT_CODE = "resultCode";
member 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/ |
H A D | bms_bundle_quick_fix_boot_scanner_test.cpp | 47 const std::string RESULT_CODE = "resultCode";
member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 76 const std::string RESULT_CODE = "resultCode"; member
|