Home
last modified time | relevance | path

Searched refs:PARAMS_FILE_SAVING_URL_KEY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_record_test/
H A Dability_record_test.cpp2821 const std::string PARAMS_FILE_SAVING_URL_KEY = "pick_path_return"; variable
2822 abilityRecord->want_.SetParam(PARAMS_FILE_SAVING_URL_KEY, true);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_record.cpp76 const std::string PARAMS_FILE_SAVING_URL_KEY = "pick_path_return"; variable
1838 auto uriParam = want.GetParams().GetParam(PARAMS_FILE_SAVING_URL_KEY); in SendSandboxSavefileResult()