Home
last modified time | relevance | path

Searched refs:infoStr (Results 1 - 4 of 4) sorted by relevance

/base/telephony/ril_adapter/services/vendor/include/
H A Dvendor_report.h37 void OnNotifyNetWorksOps(const char *s, const char *infoStr);
38 bool OnNotifyStkOps(const char *s, const char *infoStr);
/base/account/os_account/services/accountmgr/src/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.cpp54 bool BundleManagerAdapterProxy::ParseExtensionInfo(std::string infoStr, ExtensionAbilityInfo &extensionInfo) in ParseExtensionInfo() argument
56 nlohmann::json jsonObject = nlohmann::json::parse(infoStr.c_str(), nullptr, false); in ParseExtensionInfo()
141 bool BundleManagerAdapterProxy::ParseInfo(std::string &infoStr, T &info) in ParseInfo() argument
143 nlohmann::json jsonObject = nlohmann::json::parse(infoStr.c_str(), nullptr, false); in ParseInfo()
535 std::string infoStr; in GetParcelableFromAshmem() local
536 if (!ParseStr(dataStr, strLen, offset, infoStr)) { in GetParcelableFromAshmem()
537 ACCOUNT_LOGE("Parse infoStr fail"); in GetParcelableFromAshmem()
542 if (!ParseInfo(infoStr, parcelableInfo)) { in GetParcelableFromAshmem()
663 std::string infoStr; in ParseAshmem() local
664 if (!ParseStr(dataStr, strLen, offset, infoStr)) { in ParseAshmem()
[all...]
/base/account/os_account/services/accountmgr/include/bundle_manager_adapter/
H A Dbundle_manager_adapter_proxy.h102 bool ParseExtensionInfo(std::string infoStr, ExtensionAbilityInfo &extensionInfo);
106 bool ParseInfo(std::string &infoStr, T &info);
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_report.c360 struct ReportInfo reportInfo, const char *infoStr, char *responseData[MAX_REG_INFO_ITEM]) in OnNotifyNetWorksOpsJudgeTwo()
364 if (GenerateCommand((char *)time, DEFAULT_INDEX, "^TIME:\"20%s", infoStr + DEFAULT_ADD_NUM) < 0) { in OnNotifyNetWorksOpsJudgeTwo()
398 void OnNotifyNetWorksOps(const char *s, const char *infoStr) in OnNotifyNetWorksOps() argument
401 char *str = (char *)infoStr; in OnNotifyNetWorksOps()
411 OnNotifyNetWorksOpsJudgeTwo(reportInfo, infoStr, responseData); in OnNotifyNetWorksOps()
359 OnNotifyNetWorksOpsJudgeTwo( struct ReportInfo reportInfo, const char *infoStr, char *responseData[MAX_REG_INFO_ITEM]) OnNotifyNetWorksOpsJudgeTwo() argument

Completed in 3 milliseconds