Home
last modified time | relevance | path

Searched refs:resourcePath (Results 1 - 6 of 6) sorted by relevance

/base/global/resource_management/dfx/hisysevent_adapter/
H A Dhisysevent_adapter.cpp64 void ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg) in ReportAddResourcePathFail() argument
68 "PATH", resourcePath, in ReportAddResourcePathFail()
72 "HiSysEventWrite failed! ret %{public}d, resourcePath %{public}s, errMsg %{public}s.", in ReportAddResourcePathFail()
73 ret, resourcePath, errMsg.c_str()); in ReportAddResourcePathFail()
H A Dhisysevent_adapter.h30 void ReportAddResourcePathFail(const char* resourcePath, const std::string& errMsg);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp462 std::string resourcePath = ""; in HWTEST_F() local
463 auto ret = ImeInfoInquirer::GetInstance().GetResMgr(resourcePath); in HWTEST_F()
/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h143 std::shared_ptr<Global::Resource::ResourceManager> GetResMgr(const std::string &resourcePath);
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp537 std::string resPath = extInfo.hapPath.empty() ? extInfo.resourcePath : extInfo.hapPath; in ListInputMethodSubtype()
943 std::shared_ptr<ResourceManager> ImeInfoInquirer::GetResMgr(const std::string &resourcePath) in GetResMgr() argument
945 if (resourcePath.empty()) { in GetResMgr()
946 IMSA_HILOGE("resourcePath is empty!"); in GetResMgr()
954 resMgr->AddResource(resourcePath.c_str()); in GetResMgr()
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_data_manager.cpp1964 std::string moduleResPath = hapModuleInfo.hapPath.empty() ? hapModuleInfo.resourcePath : hapModuleInfo.hapPath; in GetResourceMgr()

Completed in 7 milliseconds