/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_core.cpp | 78 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 D | napi_error.cpp | 26 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 D | test_utils.cpp | 53 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 D | tester_capi.cpp | 524 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 D | test_utils.h | 29 void Update(std::chrono::steady_clock::time_point begin, const std::string& apiName);
|
H A D | tester_codecbase.cpp | 481 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 D | softbus_hisysevt_transreporter.c | 82 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 D | api_event_reporter.h | 22 explicit ApiEventReporter(const std::string& apiName);
|
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/ |
H A D | api_event_reporter.cpp | 31 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 D | napi_error.h | 30 std::string apiName; member
|
/foundation/multimedia/drm_framework/services/utils/include/ |
H A D | drm_api_operation.h | 46 static void WriteEndEvent(const int result, const int errCode, std::string apiName, int64_t beginTime);
|
/foundation/multimedia/drm_framework/services/utils/ |
H A D | drm_api_operation.cpp | 250 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 D | atomicserviceweb.js | 61 this.apiName = i11; 471 y9[x9?.apiName](v9);
|
/foundation/arkui/advanced_ui_component/atomicserviceweb/interfaces/ |
H A D | atomicserviceweb.js | 61 this.apiName = i11; 471 y9[x9?.apiName](v9);
|