Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 – 3 of 3) sorted by relevance

/base/global/resource_management/dfx/hisysevent_adapter/
Dhisysevent_adapter.cpp63 void ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg) in ReportAddResourcePathFail() argument
67 "PATH", resourcePath, in ReportAddResourcePathFail()
71 ret, resourcePath, errMsg.c_str()); in ReportAddResourcePathFail()
Dhisysevent_adapter.h30 void ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg);
/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp728 … std::string path = extension.hapPath.empty() ? extension.resourcePath : extension.hapPath; in ListInputMethodInfo()