Home
last modified time | relevance | path

Searched refs:FILTER_ABILITIES (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/app_domain_verify/services/include/manager/core/
H A Dapp_domain_verify_mgr_interface_code.h23 FILTER_ABILITIES = 3, enumerator
/ohos5.0/foundation/bundlemanager/app_domain_verify/test/unittest/services/app_domain_verify_mgr_service_test/
H A Dapp_domain_verify_mgr_service_test.cpp247 AppDomainVerifyMgrInterfaceCode::FILTER_ABILITIES, data, reply, option);
276 AppDomainVerifyMgrInterfaceCode::FILTER_ABILITIES, data, reply, option);
307 AppDomainVerifyMgrInterfaceCode::FILTER_ABILITIES, data, reply, option);
/ohos5.0/foundation/bundlemanager/app_domain_verify/services/src/manager/zidl/
H A Dapp_domain_verify_mgr_service_stub.cpp53 case static_cast<uint32_t>(AppDomainVerifyMgrInterfaceCode::FILTER_ABILITIES): in OnRemoteRequest()
H A Dapp_domain_verify_mgr_service_proxy.cpp92 …int32_t error = Remote()->SendRequest(AppDomainVerifyMgrInterfaceCode::FILTER_ABILITIES, data, rep… in FilterAbilities()