Home
last modified time | relevance | path

Searched refs:RESULT_CODE (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_runtime/tools/test/unittest/ability_delegator/
H A Dtest_observer_test.cpp39 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 Dtest_observer_module_test.cpp34 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 Devent_report.cpp35 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 Dability_test.cpp57 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 Dbms_bundle_quick_fix_deleter_test.cpp37 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 Dbundle_common_event_mgr.cpp44 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 Dnegotiate_message.h100 RESULT_CODE = 9, member in OHOS::SoftBus::NegotiateMessageKey
H A 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()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_switcher_test/
H A Dbms_bundle_quick_fix_switcher_test.cpp43 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 Dbms_bundle_quick_fix_boot_scanner_test.cpp47 const std::string RESULT_CODE = "resultCode"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp76 const std::string RESULT_CODE = "resultCode"; member

Completed in 17 milliseconds