Home
last modified time | relevance | path

Searched refs:GetModuleName (Results 1 – 12 of 12) sorted by relevance

/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
Dohos_resource_adapter_test.cpp207 std::string result = adapterImpl.GetModuleName(nullptr, 0);
212 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE);
217 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE);
223 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE);
229 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE);
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
Dfaultlogger_native_interface_test.cpp153 … printf("Current LogNo:%d module:%s time:%d \n", currentCount, info->GetModuleName().c_str(),
155 if (info->GetModuleName() == "faultloggertest") {
294 ret &= info->GetModuleName() == module;
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
Dfaultlog_info.h80 std::string GetModuleName() const;
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
Dfaultlog_info.cpp58 std::string FaultLogInfo::GetModuleName() const in GetModuleName() function in OHOS::HiviewDFX::FaultLogInfo
/base/web/webview/ohos_adapter/ohos_resource_adapter/include/
Dohos_resource_adapter_impl.h73 static std::string GetModuleName(const char *configStr, size_t len);
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
Dfaultlogger_client_unittest.cpp166 ASSERT_EQ(info.GetModuleName(), "some module");
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
Dohos_resource_adapter_impl.cpp308 std::string OhosResourceAdapterImpl::GetModuleName(const char *configStr, size_t len) in GetModuleName() function in OHOS::NWeb::OhosResourceAdapterImpl
345 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dhap_parser.cpp105 std::string GetModuleName(const char *configStr) in GetModuleName() function
140 std::string mName = GetModuleName(static_cast<char *>(tmpBuf)); in ReadIndexFromFile()
/base/global/resource_management/frameworks/resmgr/src/utils/
Dhap_parser.cpp106 std::string GetModuleName(const char *configStr, size_t len) in GetModuleName() function
150 std::string mName = GetModuleName(reinterpret_cast<char *>(tmpBuf.get()), tmpLen); in ParseModuleNameFromHap()
219 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Ditypes_util.cpp322 …return data.WriteString(input.GetBundleName().c_str()) && data.WriteString(input.GetModuleName().c… in Marshalling()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
Dnapi_faultlogger.cpp49 .module = faultLogInfo->GetModuleName(), in ConversionInform()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_input_method.cpp188 … napi_create_string_utf8(env, elementName.GetModuleName().c_str(), NAPI_AUTO_LENGTH, &moduleName); in GetJsInputConfigElement()