Searched refs:DeepCopyStringValue (Results 1 – 2 of 2) sorted by relevance
38 DeepCopyStringValue(menuItem.text.value, value.length() + 1, value); in ParseBarItems()45 DeepCopyStringValue(menuItem.icon.value, icon.length() + 1, icon); in ParseBarItems()145 void NativeNavigationUtils::DeepCopyStringValue(char* des, uint32_t desLength, const std::string& s… in DeepCopyStringValue() function in OHOS::Ace::NG::NativeNavigationUtils
35 static void DeepCopyStringValue(char* des, uint32_t desLength, const std::string& src);