Searched refs:code1 (Results 1 – 5 of 5) sorted by relevance
25 #define APP_EVENT(code1) \ argument26 AafwkEventCodePrint::GetInstance()->AafwkEventPrint(code1, 0)27 #define APP_ERRCODE_EXTRA(code1, code2) \ argument28 AafwkEventCodePrint::GetInstance()->AafwkErrorPrint(code1, code2)
79 #define RecordAbiityInfoEvt(code1) argument
45 … uint32_t code1 = static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_CONNECTED); in DoSomethingInterestingWithMyAPI() local46 subscriberImpl->OnRemoteRequest(code1, datas, reply, option); in DoSomethingInterestingWithMyAPI()
238 std::string code1; variable239 …_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->ParseCountryCodeElement(infoElems1, code1));
541 std::string code1 = "callback1"; variable543 sptr<TestBundleStatusCallback> callback1 = new (std::nothrow) TestBundleStatusCallback(code1);