Home
last modified time | relevance | path

Searched defs:apiName (Results 1 – 8 of 8) sorted by relevance

/foundation/multimedia/media_library/interfaces/kits/js/include/
Dnapi_error.h30 std::string apiName; member
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dtest_utils.cpp53 void CostRecorder::Update(steady_clock::time_point begin, const string& apiName) in Update()
Dtester_capi.cpp524 string apiName; in ReturnOutput() local
549 string apiName; in ReturnOutput() local
Dtester_codecbase.cpp498 string apiName; in ReturnOutput() local
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
Dsoftbus_hisysevt_transreporter.c82 char *apiName; member
169 char apiName[SOFTBUS_HISYSEVT_PARAM_LEN]; member
233 static CalledApiCntStruct *GetNewApiCnt(char *apiName) in GetNewApiCnt()
250 static CalledApiInfoStruct *GetNewApiInfo(const char *appName, char *apiName) in GetNewApiInfo()
287 static void AddInfoNodeToList(bool isAppDiff, const char *appName, char *apiName) in AddInfoNodeToList()
312 char *apiName = GetApiNameByCode(code); in SoftbusRecordCalledApiInfo() local
366 char *apiName = GetApiNameByCode(code); in SoftbusRecordCalledApiCnt() local
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
Dapi_event_reporter.cpp31 ApiEventReporter::ApiEventReporter(const std::string& apiName) : apiName_(apiName) in ApiEventReporter()
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
Degl_core.cpp78 char const * const *apiName = gWrapperApiNames; in WrapperHookTableInit() local
/foundation/multimedia/drm_framework/services/utils/
Ddrm_api_operation.cpp250 void ConfigParser::WriteEndEvent(const int result, const int errCode, std::string apiName, int64_t … in WriteEndEvent()