Home
last modified time | relevance | path

Searched refs:SetOrginAuthority (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp532 pasteData->SetOrginAuthority(bundleName);
790 data1.SetOrginAuthority(bundleName1);
799 data2.SetOrginAuthority(bundleName2);
/ohos5.0/foundation/distributeddatamgr/pasteboard/test/fuzztest/pasteboardclient_fuzzer/
H A Dpasteboardclient_fuzzer.cpp154 pasteData2.SetOrginAuthority(str); in FuzzPastedata()
175 pasteData2.SetOrginAuthority(str); in FuzzPastedata()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpaste_data.h104 void SetOrginAuthority(const std::string &bundleName);
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp875 delayData.SetOrginAuthority(data.GetOrginAuthority()); in GetDelayPasteData()
1228 pasteData->SetOrginAuthority(appInfo.bundleName); in SaveData()
2070 pasteData->SetOrginAuthority(pasteData->GetBundleName()); in GetDistributedData()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpaste_data.cpp375 void PasteData::SetOrginAuthority(const std::string &bundleName) in SetOrginAuthority() function in OHOS::MiscServices::PasteData