Home
last modified time | relevance | path

Searched full:operation_code (Results 1 – 6 of 6) sorted by relevance

/foundation/communication/dsoftbus/tests/core/authentication/unittest/
Dauth_hichain_mock_test.cpp32 constexpr int OPERATION_CODE = 100; variable
207 char *ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
212 ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
215 ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
218 ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
221 ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
273 char *ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
277 ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
280 ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
283 ptr = OnRequest(authSeq, OPERATION_CODE, reqParams);
/foundation/communication/dsoftbus/tests/core/authentication/fuzztest/authapplykeyprocess_fuzzer/
Dauthapplykeyprocess_fuzzer.cpp30 #define OPERATION_CODE 25 macro
189 OnRequest(authSeq, OPERATION_CODE, reqParams.c_str()); in AuthApplyKeyProcessFuzzTest()
/foundation/window/window_manager/utils/src/
Dpip_report.cpp54 constexpr char EVENT_KEY_OPERATION_CODE[] = "OPERATION_CODE";
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_dfx_reporter.cpp227 "OPERATION_CODE", operationCode, in DoSendResponseResultDfxReporter()
/foundation/multimedia/media_library/
Dhisysevent.yaml258 OPERATION_CODE: { type: UINT16, desc: Operation Code }
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
Ddfx_reporter.cpp55 "OPERATION_CODE", operationCode, in ReportControllerService()