Home
last modified time | relevance | path

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

/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()
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dnapi_error.h30 std::string apiName; member
/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()
/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()
/ohos5.0/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()
H A Dtester_capi.cpp524 string apiName; in ReturnOutput() local
549 string apiName; in ReturnOutput() local
H A Dtester_codecbase.cpp498 string apiName; in ReturnOutput() local
/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()
/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
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
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_core.cpp78 char const * const *apiName = gWrapperApiNames; in WrapperHookTableInit() local
/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()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dnative_resource_manager.cpp32 vector<string> tempResultValue, string apiName) in copyStringArray()
97 ResourceManager_ErrorCode copyString(char **resultValue, string tempResultValue, string apiName) in copyString()