Home
last modified time | relevance | path

Searched refs:SetJsonParams (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dextra_params_test.cpp73 extraParams.SetJsonParams(jsonParams);
105 extraParams.SetJsonParams(jsonParams);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dextra_params.h122 void SetJsonParams(const string &jsonParams);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dextra_params.cpp165 void ExtraParams::SetJsonParams(const string &jsonParams) in SetJsonParams() function in OHOS::AppExecFwk::ExtraParams