/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/include/ |
H A D | faultlog_info.h | 80 std::string GetModuleName() const;
|
/base/hiviewdfx/hiview/plugins/faultlogger/interfaces/cpp/innerkits/test/common/moduletest/ |
H A D | faultlogger_native_interface_test.cpp | 153 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 D | faultlog_info.cpp | 58 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 D | ohos_resource_adapter_test.cpp | 229 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 D | faultlogger_ffi.cpp | 52 .module = faultLogInfo->GetModuleName(), in ConvertInform()
|
/base/web/webview/ohos_adapter/ohos_resource_adapter/include/ |
H A D | ohos_resource_adapter_impl.h | 82 static std::string GetModuleName(const char *configStr, size_t len);
|
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlogger_client_unittest.cpp | 176 ASSERT_EQ(info.GetModuleName(), "some module"); in HWTEST_F()
|
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
H A D | hap_parser.cpp | 105 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 D | ohos_resource_adapter_impl.cpp | 436 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 D | input_method_ffi.cpp | 131 elem.moduleName = Utils::MallocCString(inputMethodConfig.GetModuleName()); in FfiInputMethodGetSystemInputMethodConfigAbility()
|
/base/telephony/sms_mms/test/gtest/ |
H A D | sms_gsm_gtest.cpp | 55 EXPECT_EQ(want.GetModuleName(), "entry"); in HWTEST_F()
|
/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | hap_parser.cpp | 124 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 D | napi_faultlogger.cpp | 49 .module = faultLogInfo->GetModuleName(), in ConversionInform()
|
/base/inputmethod/imf/common/src/ |
H A D | itypes_util.cpp | 336 return data.WriteString(input.GetBundleName().c_str()) && data.WriteString(input.GetModuleName().c_str()) && in Marshalling()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_input_method.cpp | 189 napi_create_string_utf8(env, elementName.GetModuleName().c_str(), NAPI_AUTO_LENGTH, &moduleName); in GetJsInputConfigElement()
|