Lines Matching refs:shareOption
70 props_.shareOption = ShareOption::CrossDevice;
95 props_.shareOption = ShareOption::CrossDevice;
262 return props_.shareOption;
265 void PasteData::SetShareOption(ShareOption shareOption)
267 props_.shareOption = shareOption;
268 PASTEBOARD_HILOGI(PASTEBOARD_MODULE_CLIENT, "shareOption = %{public}d.", shareOption);
612 shareOption(property.shareOption), tokenId(property.tokenId), isRemote(property.isRemote),
633 this->shareOption = property.shareOption;
652 ret = Write(buffer, TAG_SHAREOPTION, (int32_t &)shareOption) && ret;
698 ret = ret && ReadValue(buffer, (int32_t &)shareOption, head);
730 expectedSize += TLVObject::Count(shareOption);
800 void PasteData::ShareOptionToString(ShareOption shareOption, std::string &out)
802 if (shareOption == ShareOption::InApp) {
804 } else if (shareOption == ShareOption::LocalDevice) {