Home
last modified time | relevance | path

Searched refs:ParseWantParams (Results 1 - 11 of 11) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params_wrapper.h71 static WantParams ParseWantParams(const std::string &str);
H A Darray_wrapper.h96 static sptr<IArray> ParseWantParams(const std::string &values, long size);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params_wrapper.h79 static DistributedWantParams ParseWantParams(const std::string& str);
/foundation/ability/ability_base/test/fuzztest/arraywrapperthird_fuzzer/
H A Darraywrapperthird_fuzzer.cpp48 array->ParseWantParams(values, longSize); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/frameworks/cj/ffi/
H A Dcj_want_ffi.cpp45 want->SetParams(OHOS::AAFwk::WantParamWrapper::ParseWantParams(params.parameters)); in FFICJWantCreateWithWantInfo()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Darray_wrapper.cpp246 sptr<IArray> Array::ParseWantParams(const std::string &values, long size) in ParseWantParams() function in OHOS::AAFwk::Array
300 return ParseWantParams(values, size); in Parse()
H A Dwant_params_wrapper.cpp179 WantParams WantParamWrapper::ParseWantParams(const std::string &str) in ParseWantParams() function in OHOS::AAFwk::WantParamWrapper
H A Dwant.cpp1926 WantParams parameters = WantParamWrapper::ParseWantParams(wantJson["parameters"]); in ReadFromJson()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp195 DistributedWantParams DistributedWantParamWrapper::ParseWantParams(const std::string& str) in ParseWantParams() function in OHOS::DistributedSchedule::DistributedWantParamWrapper
H A Ddistributed_want.cpp1211 DistributedWantParams parameters = DistributedWantParamWrapper::ParseWantParams(parametersString); in ReadFromJson()
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp305 AAFwk::WantParams param = AAFwk::WantParamWrapper::ParseWantParams(customDataString); in WrapFillRequest()

Completed in 17 milliseconds