Home
last modified time | relevance | path

Searched refs:GetModuleName (Results 1 - 15 of 15) sorted by relevance

/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/
H A Dfaultlog_info.h80 std::string GetModuleName() const;
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/
H A Dfaultlogger_native_interface_test.cpp153 printf("Current LogNo:%d module:%s time:%d \n", currentCount, info->GetModuleName().c_str(), in HWTEST_F()
155 if (info->GetModuleName() == "faultloggertest") { in HWTEST_F()
294 ret &= info->GetModuleName() == module; in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/
H A Dfaultlog_info.cpp58 std::string FaultLogInfo::GetModuleName() const in GetModuleName() function in OHOS::HiviewDFX::FaultLogInfo
/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp229 std::string result = adapterImpl.GetModuleName(nullptr, 0); in HWTEST_F()
234 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE); in HWTEST_F()
239 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE); in HWTEST_F()
245 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE); in HWTEST_F()
251 result = adapterImpl.GetModuleName(configStr, MODULE_NAME_SIZE); in HWTEST_F()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cj/
H A Dfaultlogger_ffi.cpp52 .module = faultLogInfo->GetModuleName(), in ConvertInform()
/base/web/webview/ohos_adapter/ohos_resource_adapter/include/
H A Dohos_resource_adapter_impl.h82 static std::string GetModuleName(const char *configStr, size_t len);
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_client_unittest.cpp176 ASSERT_EQ(info.GetModuleName(), "some module"); in HWTEST_F()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
H A Dhap_parser.cpp105 std::string GetModuleName(const char *configStr) in GetModuleName() function
140 std::string mName = GetModuleName(static_cast<char *>(tmpBuf)); in ReadIndexFromFile()
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp436 std::string OhosResourceAdapterImpl::GetModuleName(const char *configStr, size_t len) in GetModuleName() function in OHOS::NWeb::OhosResourceAdapterImpl
473 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName()
/base/inputmethod/imf/frameworks/cj/src/
H A Dinput_method_ffi.cpp131 elem.moduleName = Utils::MallocCString(inputMethodConfig.GetModuleName()); in FfiInputMethodGetSystemInputMethodConfigAbility()
/base/telephony/sms_mms/test/gtest/
H A Dsms_gsm_gtest.cpp55 EXPECT_EQ(want.GetModuleName(), "entry"); in HWTEST_F()
/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dhap_parser.cpp124 std::string GetModuleName(const char *configStr, size_t len) in GetModuleName() function
171 std::string mName = GetModuleName(reinterpret_cast<char *>(tmpBuf.get()), tmpLen); in ParseModuleNameFromHap()
240 std::string mName = GetModuleName(reinterpret_cast<char *>(configBuf.get()), len); in ParseModuleName()
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/js/napi/
H A Dnapi_faultlogger.cpp49 .module = faultLogInfo->GetModuleName(), in ConversionInform()
/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp336 return data.WriteString(input.GetBundleName().c_str()) && data.WriteString(input.GetModuleName().c_str()) && in Marshalling()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_input_method.cpp189 napi_create_string_utf8(env, elementName.GetModuleName().c_str(), NAPI_AUTO_LENGTH, &moduleName); in GetJsInputConfigElement()

Completed in 10 milliseconds