Home
last modified time | relevance | path

Searched refs:code1 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H A Daafwk_event_error_code.h25 #define APP_EVENT(code1) \ argument
26 AafwkEventCodePrint::GetInstance()->AafwkEventPrint(code1, 0)
27 #define APP_ERRCODE_EXTRA(code1, code2) \ argument
28 AafwkEventCodePrint::GetInstance()->AafwkErrorPrint(code1, code2)
H A Dadapter.h79 #define RecordAbiityInfoEvt(code1) argument
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriberstubonremote_fuzzer/
H A Dbgtasksubscriberstubonremote_fuzzer.cpp45 … uint32_t code1 = static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_CONNECTED); in DoSomethingInterestingWithMyAPI() local
46 subscriberImpl->OnRemoteRequest(code1, 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.cpp238 std::string code1; variable
239 …_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->ParseCountryCodeElement(infoElems1, code1));
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H A Dbms_launcher_service_system_test.cpp541 std::string code1 = "callback1"; variable
543 sptr<TestBundleStatusCallback> callback1 = new (std::nothrow) TestBundleStatusCallback(code1);