Searched refs:stringInfo (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/media_foundation/src/meta/ |
H A D | any.cpp | 164 std::string_view stringInfo = functionInfo; variable 166 size_t beginIndex = stringInfo.find_first_of('='); 168 MEDIA_LOG_E("GetTypeNameFromFunctionInfo failed. Function: " PUBLIC_LOG_S, stringInfo.data()); 174 size_t endIndex = stringInfo.find_last_of(']'); 176 size_t endIndex = stringInfo.find_last_of(';'); 179 retType, "GetTypeNameFromFunctionInfo find Type failed. Function: " PUBLIC_LOG_S, stringInfo.data());
|
/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 67 std::string stringInfo(data); in DoSomethingInterestingWithMyAPI() 68 formMgrProxy.GetStringInfo(IFormMgr::Message::FORM_MGR_ADD_FORM, datas, stringInfo); in DoSomethingInterestingWithMyAPI()
|
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 160 std::string_view stringInfo = charInfo; variable 161 uint32_t beginIndex = stringInfo.find_first_of('=') + 2; // 2 表示右移两位 162 uint32_t endIndex = stringInfo.find_first_of(']');
|
/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_proxy.h | 614 int GetStringInfo(IFormMgr::Message code, MessageParcel &data, std::string &stringInfo);
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 1654 std::string stringInfo = "<stringInfo>"; in HWTEST_F() local 1655 int32_t result = proxy->GetStringInfo(code, data, stringInfo); in HWTEST_F() 1677 std::string stringInfo = "<stringInfo>"; in HWTEST_F() local 1678 int32_t result = proxy->GetStringInfo(code, data, stringInfo); in HWTEST_F()
|
/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 846 int FormMgrProxy::GetStringInfo(IFormMgr::Message code, MessageParcel &data, std::string &stringInfo) in GetStringInfo() argument 872 stringInfo += info; in GetStringInfo()
|
Completed in 18 milliseconds