Searched defs:apiName (Results 1 – 8 of 8) sorted by relevance
30 std::string apiName; member
53 void CostRecorder::Update(steady_clock::time_point begin, const string& apiName) in Update()
524 string apiName; in ReturnOutput() local549 string apiName; in ReturnOutput() local
498 string apiName; in ReturnOutput() local
82 char *apiName; member169 char apiName[SOFTBUS_HISYSEVT_PARAM_LEN]; member233 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() local366 char *apiName = GetApiNameByCode(code); in SoftbusRecordCalledApiCnt() local
31 ApiEventReporter::ApiEventReporter(const std::string& apiName) : apiName_(apiName) in ApiEventReporter()
78 char const * const *apiName = gWrapperApiNames; in WrapperHookTableInit() local
250 void ConfigParser::WriteEndEvent(const int result, const int errCode, std::string apiName, int64_t … in WriteEndEvent()