Home
last modified time | relevance | path

Searched refs:funcName (Results 1 - 25 of 110) sorted by relevance

12345

/base/security/dlp_permission_service/frameworks/test/mock/
H A Dc_mock_common.cpp22 bool IsFuncNeedMock(const std::string& funcName) in IsFuncNeedMock() argument
24 if (g_conditionList.count(funcName) == 0) { in IsFuncNeedMock()
27 DlpCMockCondition& condition = g_conditionList[funcName]; in IsFuncNeedMock()
40 CommonMockFuncT GetMockFunc(const std::string& funcName) in GetMockFunc() argument
42 if (g_conditionList.count(funcName) == 0) { in GetMockFunc()
45 return g_conditionList[funcName].mockCallback; in GetMockFunc()
48 void SetMockConditions(const std::string& funcName, DlpCMockCondition& condition) in SetMockConditions() argument
51 g_conditionList[funcName] = condition; in SetMockConditions()
54 void SetMockCallback(const std::string& funcName, CommonMockFuncT func) in SetMockCallback() argument
56 if (g_conditionList.count(funcName) in SetMockCallback()
68 GetMockConditionCounts(const std::string& funcName) GetMockConditionCounts() argument
[all...]
H A Dc_mock_common.h35 void SetMockConditions(const std::string& funcName, DlpCMockCondition& condition);
39 bool IsFuncNeedMock(const std::string& funcName);
41 CommonMockFuncT GetMockFunc(const std::string& funcName);
42 void SetMockCallback(const std::string& funcName, CommonMockFuncT func);
44 uint32_t GetMockConditionCounts(const std::string& funcName);
/base/security/asset/test/unittest/module_test/src/
H A Dasset_system_api_test.cpp85 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
87 { .tag = SEC_ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
88 { .tag = SEC_ASSET_TAG_SECRET, .value.blob = funcName }, in HWTEST_F()
95 { .tag = SEC_ASSET_TAG_DATA_LABEL_NORMAL_1, .value.blob = funcName }, in HWTEST_F()
96 { .tag = SEC_ASSET_TAG_DATA_LABEL_NORMAL_2, .value.blob = funcName }, in HWTEST_F()
97 { .tag = SEC_ASSET_TAG_DATA_LABEL_NORMAL_3, .value.blob = funcName }, in HWTEST_F()
98 { .tag = SEC_ASSET_TAG_DATA_LABEL_NORMAL_4, .value.blob = funcName }, in HWTEST_F()
99 { .tag = SEC_ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_1, .value.blob = funcName }, in HWTEST_F()
100 { .tag = SEC_ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_2, .value.blob = funcName }, in HWTEST_F()
101 { .tag = SEC_ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_3, .value.blob = funcName }, in HWTEST_F()
126 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
156 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
211 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
249 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
281 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
308 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
332 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
363 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
406 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
425 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
443 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
464 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
497 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
519 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
541 AssetBlob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
[all...]
/base/security/device_auth/services/frameworks/inc/hiview_adapter/
H A Dhisysevent_adapter.h87 #define DEV_AUTH_REPORT_CALL_EVENT_WITH_RESULT(appId, funcName, osAccountId, callResult, processCode)
89 #define DEV_AUTH_REPORT_FAULT_EVENT_WITH_ERR_CODE(funcName, processCode, errorCode)
90 #define DEV_AUTH_REPORT_UE_CALL_EVENT(osAccountId, groupType, appId, funcName)
91 #define DEV_AUTH_REPORT_UE_CALL_EVENT_BY_PARAMS(osAccountId, inParams, appId, funcName)
96 #define DEV_AUTH_REPORT_CALL_EVENT_WITH_RESULT(appId, funcName, osAccountId, callResult, processCode) \
97 DevAuthReportCallEventWithResult(appId, funcName, osAccountId, callResult, processCode)
100 #define DEV_AUTH_REPORT_FAULT_EVENT_WITH_ERR_CODE(funcName, processCode, errorCode) \
101 DevAuthReportFaultEventWithErrCode(funcName, processCode, errorCode)
102 #define DEV_AUTH_REPORT_UE_CALL_EVENT(osAccountId, groupType, appId, funcName) \
103 DevAuthReportUeCallEvent(osAccountId, groupType, appId, funcName)
113 const char *funcName; global() member
126 const char *funcName; global() member
[all...]
/base/security/asset/test/unittest/kits_ndk/src/
H A Dasset_remove_test.cpp60 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
62 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
63 { .tag = ASSET_TAG_SECRET, .value.blob = funcName }, in HWTEST_F()
68 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_1, .value.blob = funcName }, in HWTEST_F()
69 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_2, .value.blob = funcName }, in HWTEST_F()
70 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_3, .value.blob = funcName }, in HWTEST_F()
71 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_4, .value.blob = funcName }, in HWTEST_F()
72 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_1, .value.blob = funcName }, in HWTEST_F()
73 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_2, .value.blob = funcName }, in HWTEST_F()
74 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_3, .value.blob = funcName }, in HWTEST_F()
[all...]
H A Dasset_add_test.cpp60 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
62 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
63 { .tag = ASSET_TAG_SECRET, .value.blob = funcName }, in HWTEST_F()
69 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_1, .value.blob = funcName }, in HWTEST_F()
70 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_2, .value.blob = funcName }, in HWTEST_F()
71 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_3, .value.blob = funcName }, in HWTEST_F()
72 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_4, .value.blob = funcName }, in HWTEST_F()
73 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_1, .value.blob = funcName }, in HWTEST_F()
74 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_2, .value.blob = funcName }, in HWTEST_F()
75 { .tag = ASSET_TAG_DATA_LABEL_NORMAL_LOCAL_3, .value.blob = funcName }, in HWTEST_F()
174 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
216 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
[all...]
H A Dasset_query_test.cpp61 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
63 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
64 { .tag = ASSET_TAG_SECRET, .value.blob = funcName }, in HWTEST_F()
71 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
89 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
92 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
108 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
111 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
139 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
142 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
168 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; HWTEST_F() local
[all...]
H A Dasset_update_test.cpp61 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
63 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
64 { .tag = ASSET_TAG_SECRET, .value.blob = funcName }, in HWTEST_F()
70 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName } in HWTEST_F()
94 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
96 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName } in HWTEST_F()
109 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
111 { .tag = ASSET_TAG_SECRET, .value.blob = funcName } in HWTEST_F()
124 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
126 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName } in HWTEST_F()
[all...]
H A Dasset_auth_query_test.cpp63 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
65 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
66 { .tag = ASSET_TAG_SECRET, .value.blob = funcName }, in HWTEST_F()
78 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
81 { .tag = ASSET_TAG_AUTH_TOKEN, .value.blob = funcName }, in HWTEST_F()
109 Asset_Blob funcName = { .size = strlen(__func__), .data = reinterpret_cast<uint8_t*>(const_cast<char*>(__func__)) }; in HWTEST_F() local
111 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
112 { .tag = ASSET_TAG_SECRET, .value.blob = funcName }, in HWTEST_F()
124 { .tag = ASSET_TAG_ALIAS, .value.blob = funcName }, in HWTEST_F()
173 Asset_Blob funcName in HWTEST_F() local
[all...]
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_base.h65 inline int32_t Request(const char *funcName, const AppExecFwk::InnerEvent::Pointer &response, FuncType &&_func,
68 inline int32_t Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo);
70 inline int32_t Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo, T data);
73 const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo, std::shared_ptr<T> data);
75 inline int32_t Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo,
78 inline int32_t Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo,
82 inline int32_t Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo,
84 inline int32_t Notify(const char *funcName, RadioEvent notifyId);
86 inline int32_t Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyId);
88 const char *funcName, st
114 Request(const char *funcName, const AppExecFwk::InnerEvent::Pointer &response, FuncType &&_func, ParamTypes &&... _args) Request() argument
129 Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo) Response() argument
142 Response( const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo, T data) Response() argument
150 Response( const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo, std::shared_ptr<T> data) Response() argument
162 Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo, std::function<std::shared_ptr<T>(std::shared_ptr<TelRilRequest>)> getDataFunc) Response() argument
169 Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo, const HDI::Ril::V1_1::SetupDataCallResultInfo &iSetupDataCallResultInfo, std::function<std::shared_ptr<T>(std::shared_ptr<TelRilRequest>)> getDataFunc) Response() argument
189 Response(const char *funcName, const HDI::Ril::V1_1::RilRadioResponseInfo &iResponseInfo, std::function<T(std::shared_ptr<TelRilRequest>)> getDataFunc) Response() argument
205 SendHandlerEvent(const char *funcName, std::shared_ptr<TelRilRequest> telRilRequest, std::function<T(std::shared_ptr<TelRilRequest>)> getDataFunc) SendHandlerEvent() argument
218 SendEventData( const char *funcName, uint32_t eventId, std::shared_ptr<OHOS::AppExecFwk::EventHandler> handler, T data) SendEventData() argument
230 Notify(const char *funcName, std::shared_ptr<T> data, RadioEvent notifyId) Notify() argument
241 Notify(const char *funcName, RadioEvent notifyId) Notify() argument
263 ConfirmSupplementOfTelRilRequestInfo( const char *funcName, std::shared_ptr<TelRilRequest> telRilRequest) ConfirmSupplementOfTelRilRequestInfo() argument
[all...]
/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dhisysevent_adapter.cpp49 STR_FUNC_NAME, ((eventData.funcName != NULL) ? eventData.funcName : STR_UNKNOWN), in DevAuthReportCallEvent()
66 STR_FUNC_NAME, ((eventData.funcName != NULL) ? eventData.funcName : STR_UNKNOWN), in DevAuthReportFaultEvent()
72 void DevAuthReportCallEventWithResult(const char *appId, const char *funcName, const int32_t osAccountId, in DevAuthReportCallEventWithResult() argument
77 eventData.funcName = funcName; in DevAuthReportCallEventWithResult()
88 void DevAuthReportFaultEventWithErrCode(const char *funcName, const int32_t processCode, const int32_t errorCode) in DevAuthReportFaultEventWithErrCode() argument
93 eventData.funcName = funcName; in DevAuthReportFaultEventWithErrCode()
100 DevAuthReportUeCallEvent(int32_t osAccountId, int32_t groupType, const char *appId, const char *funcName) DevAuthReportUeCallEvent() argument
113 DevAuthReportUeCallEventByParams(int32_t osAccountId, const char *inParams, const char *appId, const char *funcName) DevAuthReportUeCallEventByParams() argument
[all...]
/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_log.c22 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CfLog() argument
37 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
40 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
43 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CfLog()
46 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, buf); in CfLog()
/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/log/
H A Dcm_log.c25 void CmLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CmLog() argument
40 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
43 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
46 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CmLog()
49 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, buf); in CmLog()
/base/security/crypto_framework/common/src/
H A Dlog.c24 void HcfLogPrint(uint32_t hcfLogLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in HcfLogPrint() argument
39 HILOG_INFO(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
42 HILOG_ERROR(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
45 HILOG_WARN(LOG_CORE, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
48 HILOG_DEBUG(LOG_CORE, "%{public}s[%{public}u]: %{private}s\n", funcName, lineNo, logBuf); in HcfLogPrint()
/base/security/huks/test/unittest/huks_lite_test/common/
H A Dhks_test_log.c25 void HksTestLog(uint32_t logLevel, const char *funcName, int32_t lineNo, const char *format, ...) in HksTestLog() argument
40 printf("[INFO] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
43 printf("[ERROR] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
46 printf("[WARNING] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
49 printf("[DEBUG] %s [%d]: %s\n", funcName, lineNo, buf); in HksTestLog()
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_service/main/hisysevent_wrapper/src/
H A Dcm_report_wrapper.c21 static int32_t ReportFaultEvent(const char *funcName, const struct CmContext *cmContext, in ReportFaultEvent() argument
25 int32_t ret = WriteEvent(funcName, &eventValues); in ReportFaultEvent()
46 void CmReport(const char *funcName, const struct CmContext *cmContext, in CmReport() argument
54 (void)ReportFaultEvent(funcName, cmContext, "NULL", errorCode); in CmReport()
63 (void)ReportFaultEvent(funcName, cmContext, (char *)certName->data, errorCode); in CmReport()
/base/web/webview/ohos_interface/ohos_glue/base/bridge/
H A Dark_web_bridge_helper.cpp152 void* ArkWebBridgeHelper::LoadFuncSymbol(const char* funcName, bool isPrintLog) in LoadFuncSymbol() argument
156 ARK_WEB_BRIDGE_ERROR_LOG("lib file handle is nullptr,func name is %{public}s", funcName); in LoadFuncSymbol()
163 ARK_WEB_BRIDGE_INFO_LOG("load func %{public}s", funcName); in LoadFuncSymbol()
166 return dlsym(libFileHandler_, funcName); in LoadFuncSymbol()
194 void* ArkWebBridgeHelper::CheckFuncMemberForCalled(ArkWebBridgeType bridgeType, const std::string& funcName) in CheckFuncMemberForCalled() argument
196 if (funcName.empty()) { in CheckFuncMemberForCalled()
204 bridgeType, funcName.c_str()); in CheckFuncMemberForCalled()
208 auto itor1 = itor0->second.find(funcName); in CheckFuncMemberForCalled()
211 bridgeType, funcName.c_str()); in CheckFuncMemberForCalled()
218 void* ArkWebBridgeHelper::CheckFuncMemberForCaller(ArkWebBridgeType bridgeType, const std::string& funcName) in CheckFuncMemberForCaller() argument
[all...]
/base/security/huks/services/huks_standard/huks_service/main/core/src/
H A Dhks_report.c31 void HksReport(const char *funcName, const struct HksProcessInfo *processInfo, in HksReport() argument
35 int32_t ret = ReportFaultEvent(funcName, processInfo, paramSetIn, errorCode); in HksReport()
38 (void)funcName; in HksReport()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_symbols.cpp103 std::string& funcName, uint64_t& funcOffset) in GetFuncNameAndOffsetByPc()
111 funcName = Demangle(elfSymbol.nameStr); in GetFuncNameAndOffsetByPc()
116 DFXLOGU("Symbol relPc: %{public}" PRIx64 ", funcName: %{public}s, funcOffset: %{public}" PRIx64 "", in GetFuncNameAndOffsetByPc()
117 relPc, funcName.c_str(), funcOffset); in GetFuncNameAndOffsetByPc()
130 std::string funcName; in Demangle() local
134 funcName += LINKER_PREFIX_NAME; in Demangle()
157 funcName += demangleName; in Demangle()
158 return funcName; in Demangle()
102 GetFuncNameAndOffsetByPc(uint64_t relPc, std::shared_ptr<DfxElf> elf, std::string& funcName, uint64_t& funcOffset) GetFuncNameAndOffsetByPc() argument
/base/print/print_fwk/frameworks/kits/extension/include/
H A Djs_print_extension.h34 std::string funcName; member
37 WorkParam(napi_env env, std::string funcName) : env(env), funcName(funcName) in WorkParam()
123 bool Callback(const std::string funcName);
124 bool Callback(const std::string funcName, const std::string &printerId);
125 bool Callback(const std::string funcName, const Print::PrintJob &job);
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Ddecorator.cpp23 void StatInfoWrapper::UpdateStatInfo(uint64_t startTime, uint64_t endTime, const std::string& funcName, bool isCallSucc) in UpdateStatInfo() argument
27 if (statInfos_.find(funcName) == statInfos_.end()) { in UpdateStatInfo()
29 .name = funcName, in UpdateStatInfo()
36 statInfos_.insert(std::make_pair(funcName, statInfo)); in UpdateStatInfo()
40 StatInfo& statInfo = statInfos_[funcName]; in UpdateStatInfo()
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_frame.h53 std::string funcName {""};
66 DfxFrame(uint64_t pc, uint64_t funcOffset, const char *mapName, const char *funcName) in DfxFrame()
67 : pc(pc), funcOffset(funcOffset), mapName(mapName), funcName(funcName) {} in DfxFrame()
90 output.append(funcName); in ToSymbolString()
/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_log_lite.c25 void CipherLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...) in CipherLog() argument
48 HILOG_ERROR(HILOG_MODULE_SCY, "%s[%u]: %s\n", funcName, lineNo, buf); in CipherLog()
50 HILOG_ERROR(HILOG_MODULE_SCY, "%{public}s[%{public}u]: %{public}s\n", funcName, lineNo, buf); in CipherLog()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_web_adapter_webview_bridge_helper.cpp64 void* ark_web_adapter_webview_check_func_static(ArkWebBridgeType bridgeType, const ArkWebString* funcName) in ark_web_adapter_webview_check_func_static() argument
66 if (!funcName) { in ark_web_adapter_webview_check_func_static()
72 bridgeType, ArkWebStringStructToClass(*funcName)); in ark_web_adapter_webview_check_func_static()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_web_adapter_webcore_bridge_helper.cpp53 void* ark_web_adapter_webcore_check_func_static(ArkWebBridgeType bridgeType, const ArkWebString* funcName) in ark_web_adapter_webcore_check_func_static() argument
55 if (!funcName) { in ark_web_adapter_webcore_check_func_static()
61 bridgeType, ArkWebStringStructToClass(*funcName)); in ark_web_adapter_webcore_check_func_static()

Completed in 9 milliseconds

12345