Home
last modified time | relevance | path

Searched refs:apiName (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_core.cpp78 char const * const *apiName = gWrapperApiNames; in WrapperHookTableInit() local
80 while (*apiName) { in WrapperHookTableInit()
81 std::string name = *apiName; in WrapperHookTableInit()
84 WLOGW("No addr found in wrapper entries lookup table for %{public}s", *apiName); in WrapperHookTableInit()
87 apiName++; in WrapperHookTableInit()
/ohos5.0/base/customization/enterprise_device_management/common/native/src/
H A Dhisysevent_adapter.cpp23 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo) in ReportEdmEvent() argument
28 "APINAME", apiName, "MSG", msgInfo); in ReportEdmEvent()
31 "APINAME", apiName); in ReportEdmEvent()
36 apiName.c_str(), msgInfo.c_str()); in ReportEdmEvent()
/ohos5.0/base/customization/config_policy/frameworks/dfx/hisysevent_adapter/
H A Dhisysevent_adapter.cpp31 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &… in ReportConfigPolicyEvent() argument
36 HiSysEvent::EventType::FAULT, "APINAME", apiName, "MSG", msgInfo); in ReportConfigPolicyEvent()
40 HiSysEvent::EventType::STATISTIC, "APINAME", apiName); in ReportConfigPolicyEvent()
45 apiName.c_str(), msgInfo.c_str()); in ReportConfigPolicyEvent()
H A Dhisysevent_adapter.h28 void ReportConfigPolicyEvent(ReportType reportType, const std::string &apiName, const std::string &…
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_transreporter.c82 char *apiName; member
169 char apiName[SOFTBUS_HISYSEVT_PARAM_LEN]; member
240 if (strcpy_s(apiCnt->apiName, SOFTBUS_HISYSEVT_PARAM_LEN, apiName) != EOK) { in GetNewApiCnt()
281 return g_apiNameIdMapTbl[i].apiName; in GetApiNameByCode()
312 char *apiName = GetApiNameByCode(code); in SoftbusRecordCalledApiInfo() local
313 if (apiName == NULL) { in SoftbusRecordCalledApiInfo()
327 if (strcmp(apiCntNode->apiName, apiName) == 0) { in SoftbusRecordCalledApiInfo()
366 char *apiName = GetApiNameByCode(code); in SoftbusRecordCalledApiCnt() local
367 if (apiName == NULL) { in SoftbusRecordCalledApiCnt()
375 if (strcmp(apiCntNode->apiName, apiName) == 0) { in SoftbusRecordCalledApiCnt()
[all …]
/ohos5.0/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()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
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()
564 TLOGE("%s failed", apiName.c_str()); in ReturnOutput()
[all …]
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_codecbase.cpp498 string apiName; in ReturnOutput() local
502 apiName = "ReleaseOutputBuffer"; in ReturnOutput()
505 apiName = "RenderOutputBuffer"; in ReturnOutput()
508 TLOGE("%s failed", apiName.c_str()); in ReturnOutput()
511 CostRecorder::Instance().Update(begin, apiName); in ReturnOutput()
H A Dtest_utils.h29 void Update(std::chrono::steady_clock::time_point begin, const std::string& apiName);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dapp_event_stat.cpp39 void WriteApiEndEventAsync(const std::string& apiName, uint64_t beginTime, int result, int errCode) in WriteApiEndEventAsync() argument
43 appEventPack->AddParam("api_name", apiName); in WriteApiEndEventAsync()
/ohos5.0/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
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp32 vector<string> tempResultValue, string apiName) in copyStringArray() argument
37 RESMGR_HILOGE(RESMGR_NATIVE_TAG, "%{public}s malloc error", apiName.c_str()); in copyStringArray()
44 RESMGR_HILOGE(RESMGR_NATIVE_TAG, "%{public}s malloc error", apiName.c_str()); in copyStringArray()
49 RESMGR_HILOGE(RESMGR_NATIVE_TAG, "%{public}s strncpy_s error", apiName.c_str()); in copyStringArray()
97 ResourceManager_ErrorCode copyString(char **resultValue, string tempResultValue, string apiName) in copyString() argument
102 RESMGR_HILOGE(RESMGR_NATIVE_TAG, "%{public}s malloc error", apiName.c_str()); in copyString()
106 RESMGR_HILOGE(RESMGR_NATIVE_TAG, "%{public}s strncpy_s error", apiName.c_str()); in copyString()
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dhisysevent_adapter.h27 void ReportEdmEvent(ReportType reportType, const std::string &apiName, const std::string &msgInfo);
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H A Dapp_event_stat.h26 void WriteApiEndEventAsync(const std::string& apiName, uint64_t beginTime, int result, int errCode);
/ohos5.0/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/include/
H A Dapi_event_reporter.h22 explicit ApiEventReporter(const std::string& apiName);
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dnapi_error.h30 std::string apiName; member
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.1.6.7/
H A Dchangelogs-sdk.md17 …lities of devices `<deviceTypes>` do not include system capability of '`<apiName>`'. Configure the…
/ohos5.0/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 beginT…
/ohos5.0/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 … in WriteEndEvent() argument
260 event.AddParam("api_name", apiName); in WriteEndEvent()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets45 public apiName: string;
50 …constructor(apiName: string, minVersion: string, maxVersion: string, requiredFieldNames?: string[]…
51 this.apiName = apiName;
64 const registerJsApi = (apiNameAlias: string, apiName: string, minVersion: string, maxVersion: strin…
66 …ATOMIC_SERVICE_JS_API_MAP.set(apiNameAlias, new JsApiConfig(apiName, minVersion, maxVersion, requi…
349 atomicService[jsApiConfig?.apiName as string](options);
483 checkNavPathStack<T>(apiName: string, options: BaseOptions<T>): boolean {
486 `Current page is not NavDestination, not support ${apiName}().`), options);
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.6.7/
H A Dchangelogs-sdk.md17 …es of devices `<deviceTypes>` do not include the system capability of '`<apiName>`'. Configure the…
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js61 this.apiName = i11;
472 y9[x9?.apiName](v9);