Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dextra_params_test.cpp45 extraParams.SetDevType(devType);
101 extraParams.SetDevType(devType);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dextra_params.h86 void SetDevType(const std::vector<string> &devType);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dextra_params.cpp119 void ExtraParams::SetDevType(const std::vector<string> &devType) in SetDevType() function in OHOS::AppExecFwk::ExtraParams