Home
last modified time | relevance | path

Searched refs:code2 (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Daafwk_event_error_code.h27 #define APP_ERRCODE_EXTRA(code1, code2) \ argument
28 AafwkEventCodePrint::GetInstance()->AafwkErrorPrint(code1, code2)
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriberstubonremote_fuzzer/
H A Dbgtasksubscriberstubonremote_fuzzer.cpp48 … uint32_t code2 = static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_DISCONNECTED); in DoSomethingInterestingWithMyAPI() local
49 subscriberImpl->OnRemoteRequest(code2, datas, reply, option); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_country_code_policy_test.cpp246 std::string code2; variable
247 …_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->ParseCountryCodeElement(infoElems2, code2));
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp542 std::string code2 = "callback2"; variable
544 sptr<TestBundleStatusCallback> callback2 = new (std::nothrow) TestBundleStatusCallback(code2);