Home
last modified time | relevance | path

Searched refs:SystemApi (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsystem_api.cpp27 SystemApi::SystemApi() in SystemApi() function in OHOS::DistributedKv::SystemApi
31 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()
H A Dstore_factory.cpp47 (void)DBManager::SetProcessSystemAPIAdapter(std::make_shared<SystemApi>()); in StoreFactory()
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-multimedia.md3 所有av_session的接口变更为SystemApi
7 非系统应用无法调用系统接口,如调用方为非系统应用或未申请SystemApi相关权限,将无法调用接口。
11 所有接口均变更为SystemApi,接口明细如下:
13 | 接口、枚举或变量名 | 类型 | 是否为SystemApi |
H A Dchangelogs-camera-sync.md19 … | 方法/属性/枚举/常量 | 是否为 SystemApi | 变更类型 |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.1/
H A Dchangelogs-multimedia.md3 所有av_session的接口变更为SystemApi
7 非系统应用无法调用系统接口,如调用方为非系统应用或未申请SystemApi相关权限,将无法调用接口。
11 所有接口均变更为SystemApi,接口明细如下:
13 | 接口、枚举或变量名 | 类型 | 是否为SystemApi |
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/include/
H A Dsystem_api.h19 class SystemApi : public DistributedDB::IProcessSystemApiAdapter {
24 SystemApi();
25 ~SystemApi();
/ohos5.0/base/request/request/services/src/
H A Derror.rs20 SystemApi = 202, enumerator
38 assert_eq!(ErrorCode::SystemApi as i32, 202); in ut_enum_error_code()
/ohos5.0/foundation/resourceschedule/background_task_mgr/
H A DREADME_ZH.md88 | wifiInteraction | WIFI_INTERACTION | WLAN传输 | 正在运行WLAN相关任务 | SystemApi,仅对System权限应用开放 |
89 | voip | VOIP | 音视频电话、VOIP | 正在运行通话相关任务 | SystemApi,仅对System权限应用开放 |
H A DREADME.md84 | 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…
/ohos5.0/base/request/request/services/src/service/command/
H A Dquery.rs27 reply.write(&(ErrorCode::SystemApi as i32))?; in query()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.8.2/
H A Dchangelogs-device_manager.md62 非系统应用无法调用系统接口,如调用方为非系统应用或未申请SystemApi相关权限,将无法调用接口。
68 | 接口、枚举或变量名 | 类型 | 是否为SystemApi |
110 调用以上接口,调用方需要为系统应用或申请SystemApi相关权限。
/ohos5.0/base/request/request/services/src/manage/scheduler/
H A Dmod.rs463 .map_err(|_| ErrorCode::SystemApi)?; in change_status()
467 .ok_or(ErrorCode::SystemApi)?; in change_status()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.3/
H A Dchangelogs-camera-sync.md21 … | 方法/属性/枚举/常量 | 是否为 SystemApi | 变更类型 |