Home
last modified time | relevance | path

Searched refs:GetBigString (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_proxy.h1188 ErrCode GetBigString(BundleMgrInterfaceCode code, MessageParcel &data, std::string &result);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp4166 return GetBigString(BundleMgrInterfaceCode::GET_JSON_PROFILE, data, profile); in GetJsonProfile()
4718 ErrCode BundleMgrProxy::GetBigString(BundleMgrInterfaceCode code, MessageParcel &data, std::string … in GetBigString() function in OHOS::AppExecFwk::BundleMgrProxy