Home
last modified time | relevance | path

Searched refs:apiName (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_core.cpp78 char const * const *apiName = gWrapperApiNames; variable
80 while (*apiName) {
81 std::string name = *apiName;
84 WLOGW("No addr found in wrapper entries lookup table for %{public}s", *apiName);
87 apiName++;
/foundation/multimedia/media_library/frameworks/js/src/
H A Dnapi_error.cpp26 apiName = Name; in SetApiName()
31 error = MediaLibraryNapiUtils::TransErrorCode(apiName, resultSet); in SaveError()
37 error = MediaLibraryNapiUtils::TransErrorCode(apiName, ret); in SaveError()
44 MediaLibraryNapiUtils::HandleError(env, error, errorObj, apiName); in HandleError()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.cpp53 void CostRecorder::Update(steady_clock::time_point begin, const string& apiName) in Update() argument
56 records_[apiName].totalCost += cost; in Update()
57 records_[apiName].totalCnt++; in Update()
H A Dtester_capi.cpp524 string apiName; in ReturnOutput() local
528 apiName = "OH_VideoEncoder_FreeOutputData"; in ReturnOutput()
532 apiName = "OH_VideoDecoder_FreeOutputData"; in ReturnOutput()
535 apiName = "OH_VideoDecoder_RenderOutputData"; in ReturnOutput()
539 TLOGE("%s failed", apiName.c_str()); in ReturnOutput()
542 CostRecorder::Instance().Update(begin, apiName); in ReturnOutput()
549 string apiName; in ReturnOutput() local
553 apiName = "OH_VideoEncoder_FreeOutputBuffer"; in ReturnOutput()
557 apiName = "OH_VideoDecoder_FreeOutputBuffer"; in ReturnOutput()
560 apiName in ReturnOutput()
[all...]
H A Dtest_utils.h29 void Update(std::chrono::steady_clock::time_point begin, const std::string& apiName);
H A Dtester_codecbase.cpp481 string apiName; in ReturnOutput() local
485 apiName = "ReleaseOutputBuffer"; in ReturnOutput()
488 apiName = "RenderOutputBuffer"; in ReturnOutput()
491 TLOGE("%s failed", apiName.c_str()); in ReturnOutput()
494 CostRecorder::Instance().Update(begin, apiName); in ReturnOutput()
/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c82 char *apiName; member
170 char apiName[SOFTBUS_HISYSEVT_PARAM_LEN]; member
234 static CalledApiCntStruct *GetNewApiCnt(char *apiName) in GetNewApiCnt() argument
241 if (strcpy_s(apiCnt->apiName, SOFTBUS_HISYSEVT_PARAM_LEN, apiName) != EOK) { in GetNewApiCnt()
251 static CalledApiInfoStruct *GetNewApiInfo(const char *appName, char *apiName) in GetNewApiInfo() argument
267 CalledApiCntStruct *apiCnt = GetNewApiCnt(apiName); in GetNewApiInfo()
282 return g_apiNameIdMapTbl[i].apiName; in GetApiNameByCode()
288 static void AddInfoNodeToList(bool isAppDiff, const char *appName, char *apiName) in AddInfoNodeToList() argument
292 apiInfoNode = GetNewApiInfo(appName, apiName); in AddInfoNodeToList()
309 char *apiName = GetApiNameByCode(code); SoftbusRecordCalledApiInfo() local
363 char *apiName = GetApiNameByCode(code); SoftbusRecordCalledApiCnt() local
[all...]
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/include/
H A Dapi_event_reporter.h22 explicit ApiEventReporter(const std::string& apiName);
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/
H A Dapi_event_reporter.cpp31 ApiEventReporter::ApiEventReporter(const std::string& apiName) : apiName_(apiName) in ApiEventReporter() argument
103 "WriteEndEvent transId:%{public}s, apiName:%{public}s, sdkName:%{public}s, result:%{public}d, " in WriteEndEvent()
/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dnapi_error.h30 std::string apiName; member
/foundation/multimedia/drm_framework/services/utils/include/
H A Ddrm_api_operation.h46 static void WriteEndEvent(const int result, const int errCode, std::string apiName, int64_t beginTime);
/foundation/multimedia/drm_framework/services/utils/
H A Ddrm_api_operation.cpp250 void ConfigParser::WriteEndEvent(const int result, const int errCode, std::string apiName, int64_t beginTime) in WriteEndEvent() argument
260 event.AddParam("api_name", apiName); in WriteEndEvent()
/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js61 this.apiName = i11;
471 y9[x9?.apiName](v9);
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js61 this.apiName = i11;
471 y9[x9?.apiName](v9);

Completed in 9 milliseconds