Home
last modified time | relevance | path

Searched refs:nExporterName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/trash/
H A Dmodule.cpp34 string nExporterName = product->GetClassName(); in Export() local
36 …ILOG_ERROR("INNER BUG. Failed to export class %{public}s for module trash", nExporterName.c_str()); in Export()
39 … HILOG_DEBUG("Class %{public}s for module trash has been exported", nExporterName.c_str()); in Export()
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/picker/
H A Dnative_module_ohos_picker.cpp37 std::string nExporterName = product->GetClassName(); in Export() local
39 …ILOG_ERROR("INNER BUG. Failed to export class %{public}s for module trash", nExporterName.c_str()); in Export()
42 … HILOG_INFO("Class %{public}s for module trash has been exported", nExporterName.c_str()); in Export()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnative_module.cpp54 std::string nExporterName = product->GetNExporterName(); in Init() local
56 std::string nExporterName = product->GetClassName(); in Init()
59 APP_LOGE("Failed to export class %{public}s for module fileio", nExporterName.c_str()); in Init()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/
H A Dmodule.cpp56 string nExporterName = product->GetNExporterName(); in Export() local
58 string nExporterName = product->GetClassName(); in Export()
61 … HILOGE("INNER BUG. Failed to export class %{public}s for module fileio", nExporterName.c_str()); in Export()