Searched refs:GetStringInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrproxy_fuzzer/ |
H A D | formmgrproxy_fuzzer.cpp | 68 formMgrProxy.GetStringInfo(IFormMgr::Message::FORM_MGR_ADD_FORM, datas, stringInfo); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_proxy.cpp | 619 int error = GetStringInfo(IFormMgr::Message::FORM_MGR_STORAGE_FORM_INFOS, data, formInfos); in DumpStorageFormInfos() 645 int error = GetStringInfo(IFormMgr::Message::FORM_MGR_FORM_INFOS_BY_NAME, data, formInfos); in DumpFormInfoByBundleName() 670 int error = GetStringInfo(IFormMgr::Message::FORM_MGR_FORM_INFOS_BY_ID, data, formInfo); in DumpFormInfoByFormId() 695 …int error = GetStringInfo(IFormMgr::Message::FORM_MGR_FORM_TIMER_INFO_BY_ID, data, isTimingService… in DumpFormTimerByFormId() 846 int FormMgrProxy::GetStringInfo(IFormMgr::Message code, MessageParcel &data, std::string &stringInf… in GetStringInfo() function in OHOS::AppExecFwk::FormMgrProxy
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_proxy.h | 624 int GetStringInfo(IFormMgr::Message code, MessageParcel &data, std::string &stringInfo);
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_mgr_proxy_test/ |
H A D | fms_form_mgr_proxy_test.cpp | 1655 int32_t result = proxy->GetStringInfo(code, data, stringInfo); 1678 int32_t result = proxy->GetStringInfo(code, data, stringInfo);
|