Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Dskills_test.cpp327 base_->RemoveAuthority(authorities);
436 base_->RemoveAuthority(authority);
550 base_->RemoveAuthority(actions);
568 base_->RemoveAuthority(schemes);
586 base_->RemoveAuthority(schemespecificparts);
608 base_->RemoveAuthority(types);
644 base_->RemoveAuthority(authority);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dskills.h197 void RemoveAuthority(const std::string &authority);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp250 void Skills::RemoveAuthority(const std::string &authority) in RemoveAuthority() function in OHOS::AAFwk::Skills