Searched refs:picNameArray (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/core/components/form/ |
| D | sub_container.cpp | 376 std::vector<std::string> picNameArray; in ProcessSharedImage() local 385 picNameArray.push_back(imageData.first); in ProcessSharedImage() 389 GetNamesOfSharedImage(picNameArray); in ProcessSharedImage() 390 UpdateSharedImage(picNameArray, byteLenArray, fileDescriptorArray); in ProcessSharedImage() 394 void SubContainer::GetNamesOfSharedImage(std::vector<std::string>& picNameArray) in GetNamesOfSharedImage() argument 396 if (picNameArray.empty()) { in GetNamesOfSharedImage() 406 auto nameSize = picNameArray.size(); in GetNamesOfSharedImage() 409 auto name = picNameArray[i]; in GetNamesOfSharedImage() 415 …std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& file… in UpdateSharedImage() argument 422 if (picNameArray.empty() || byteLenArray.empty() || fileDescriptorArray.empty()) { in UpdateSharedImage() [all …]
|
| D | sub_container.h | 53 void GetNamesOfSharedImage(std::vector<std::string>& picNameArray); 54 … void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,
|
| /foundation/arkui/ace_engine/adapter/ohos/entrance/ |
| D | ace_container.cpp | 2128 std::vector<std::string> picNameArray; in UpdateFormSharedImage() local 2133 picNameArray.push_back(imageData.first); in UpdateFormSharedImage() 2137 GetNamesOfSharedImage(picNameArray); in UpdateFormSharedImage() 2138 UpdateSharedImage(picNameArray, byteLenArray, fileDescriptorArray); in UpdateFormSharedImage() 2168 void AceContainer::GetNamesOfSharedImage(std::vector<std::string>& picNameArray) in GetNamesOfSharedImage() argument 2170 if (picNameArray.empty()) { in GetNamesOfSharedImage() 2177 auto nameSize = picNameArray.size(); in GetNamesOfSharedImage() 2180 auto name = picNameArray[i]; in GetNamesOfSharedImage() 2213 …std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray, std::vector<int>& file… in UpdateSharedImage() argument 2217 if (picNameArray.empty() || byteLenArray.empty() || fileDescriptorArray.empty()) { in UpdateSharedImage() [all …]
|
| D | ace_container.h | 511 void GetNamesOfSharedImage(std::vector<std::string>& picNameArray); 512 … void UpdateSharedImage(std::vector<std::string>& picNameArray, std::vector<int32_t>& byteLenArray,
|