Home
last modified time | relevance | path

Searched refs:WriteBigString (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_host.h881 ErrCode WriteBigString(const std::string &str, MessageParcel &reply) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp3482 if (ret == ERR_OK && WriteBigString(profile, reply) != ERR_OK) { in HandleGetJsonProfile()
3696 ErrCode BundleMgrHost::WriteBigString(const std::string &str, MessageParcel &reply) const in WriteBigString() function in OHOS::AppExecFwk::BundleMgrHost