Searched refs:SystemApi (Results 1 – 13 of 13) sorted by relevance
27 SystemApi::SystemApi() in SystemApi() function in OHOS::DistributedKv::SystemApi31 SystemApi::~SystemApi() in ~SystemApi()35 SystemApi::DBStatus SystemApi::RegOnAccessControlledEvent(const AccessEventHanle &callback) in RegOnAccessControlledEvent()40 bool SystemApi::IsAccessControlled() const in IsAccessControlled()45 SystemApi::DBStatus SystemApi::SetSecurityOption(const std::string &filePath, const DBOption &optio… in SetSecurityOption()76 SystemApi::DBStatus SystemApi::GetSecurityOption(const std::string &filePath, DBOption &option) con… in GetSecurityOption()102 bool SystemApi::CheckDeviceSecurityAbility(const std::string &devId, const DBOption &option) const in CheckDeviceSecurityAbility()
47 (void)DBManager::SetProcessSystemAPIAdapter(std::make_shared<SystemApi>()); in StoreFactory()
3 所有av_session的接口变更为SystemApi。7 非系统应用无法调用系统接口,如调用方为非系统应用或未申请SystemApi相关权限,将无法调用接口。11 所有接口均变更为SystemApi,接口明细如下:13 | 接口、枚举或变量名 | 类型 | 是否为SystemApi |
19 … | 方法/属性/枚举/常量 | 是否为 SystemApi | 变更类型 |
19 class SystemApi : public DistributedDB::IProcessSystemApiAdapter {24 SystemApi();25 ~SystemApi();
20 SystemApi = 202, enumerator38 assert_eq!(ErrorCode::SystemApi as i32, 202); in ut_enum_error_code()
88 | wifiInteraction | WIFI_INTERACTION | WLAN传输 | 正在运行WLAN相关任务 | SystemApi,仅对System权限应用开放 |89 | voip | VOIP | 音视频电话、VOIP | 正在运行通话相关任务 | SystemApi,仅对System权限应用开放 |
84 | wifiInteraction | WIFI_INTERACTION | WLAN transmission | Running WLAN related task | SystemApi,on…85 | voip | VOIP | Voice over Internet Phone | Running voip task | SystemApi,only supported for system…
27 reply.write(&(ErrorCode::SystemApi as i32))?; in query()
62 非系统应用无法调用系统接口,如调用方为非系统应用或未申请SystemApi相关权限,将无法调用接口。68 | 接口、枚举或变量名 | 类型 | 是否为SystemApi |110 调用以上接口,调用方需要为系统应用或申请SystemApi相关权限。
463 .map_err(|_| ErrorCode::SystemApi)?; in change_status()467 .ok_or(ErrorCode::SystemApi)?; in change_status()
21 … | 方法/属性/枚举/常量 | 是否为 SystemApi | 变更类型 |