Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 46) sorted by relevance

12

/base/security/access_token/
DREADME.md8 The access token information of an app includes the app identifier (**APPID**), user ID, app twin i…
11 - Verifying app permissions based on the token ID before an app accesses sensitive data or calls …
12 - Obtaining access token information (for example, APL) based on the token ID.
50 …Token(const HapInfoParams& info, const HapPolicyParams& policy); | Allocates a token ID to an app.|
51 …g& remoteDeviceID, AccessTokenID remoteTokenID); | Allocates a local token ID to the app of a remo…
53 | int DeleteToken(AccessTokenID tokenID); | Deletes the app's token ID and information.|
55 | int GetTokenTypeFlag(AccessTokenID tokenID); | Obtains the type of a trusted token ID.|
57 | int GetTokenTypeFlag(FullTokenID tokenID); | Obtains the type of a trusted token ID.|
58 …cap); | Checks whether the native process corresponding to the given token ID has the specified di…
59 …t32_t userID, const std::string& bundleName, int32_t instIndex); | Obtains the token ID of an app.|
[all …]
DREADME_zh.md16 应用的Accesstoken信息主要包括应用身份标识APPID、用户ID,应用分身索引、应用APL(Ability Privilege Level)等级、应用权限信息等。每个应用的Accesstok…
/base/telephony/telephony_data/interfaces/innerkits/include/
Dsms_mms_data.h126 static constexpr const char *ID = "id";
182 static constexpr const char *ID = "id";
262 static constexpr const char *ID = "id";
299 static constexpr const char *ID = "id";
319 static constexpr const char *ID = "id";
Dopkey_data.h26 static constexpr const char *ID = "id";
/base/telephony/sms_mms/frameworks/js/napi/src/
Dnapi_mms_pdu.cpp27 static constexpr const char *ID = "id"; variable
47 predicates.EqualTo(ID, pduHelper.GetDbUrl()); in DeleteMmsPdu()
102 predicates.EqualTo(ID, pduHelper.GetDbUrl()); in QueryMmsPdu()
/base/telephony/sms_mms/services/mms/
Dmms_persist_helper.cpp26 static constexpr const char *ID = "id"; variable
88 predicates.EqualTo(ID, dbUrl); in UpdateMmsPdu()
118 predicates.EqualTo(ID, dbUrl); in QueryMmsPdu()
/base/notification/common_event_service/
DREADME_zh.md183 | publisherDeviceId | 只读 | int | 否 | 表示设备ID,该值必须是同一ohos网络上的现有设备ID |
184 …Id | 只读 | int | 否 | 表示用户ID。此参数是可选的,默认值当前用户的ID。如果指定了此参数,则该值必须是系统中现有的用户
226 | publisherDeviceId | 只读 | int | 否 | 表示设备ID,该值必须是同一ohos网络上的现有设备ID |
227 …Id | 只读 | int | 否 | 表示用户ID。此参数是可选的,默认值当前用户的ID。如果指定了此参数,则该值必须是系统中现有的用户
/base/telephony/sms_mms/
DREADME_zh.md72 | function getDefaultSmsSimId(callback: AsyncCallback\<number>): void | 获取发送短信的默认SIM卡ID,使用callback方…
73 | function getDefaultSmsSimId():Promise\<number> | 获取发送短信的默认SIM卡ID,使用Promise方式异步返回默认SI…
131 | slotId | number | 是 | SIM卡槽ID:0:卡槽1:卡槽2 |
139 | slotId | number | 是 | SIM卡槽ID:0:卡槽1:卡槽2 |
/base/telephony/telephony_data/sms_mms/src/
Drdb_sms_mms_helper.cpp96 … createTableStr.append("(").append(MmsProtocol::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "); in CreateMmsProtocolTableStr()
124 …createTableStr.append("(").append(SmsSubsection::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "… in CreateSmsSubsectionTableStr()
142 createTableStr.append("(").append(MmsPart::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "); in CreateMmsPartTableStr()
161 createTableStr.append("(").append(Session::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "); in CreateSessionTableStr()
179 createTableStr.append("(").append(MmsPdu::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "); in CreateMmsPduTableStr()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_common.h75 ID = 15, enumerator
Dglobal_utils.h57 ID = 15, enumerator
/base/global/resource_management/interfaces/inner_api/include/
Dres_common.h94 ID = 15, enumerator
/base/telephony/telephony_data/opkey/src/
Drdb_opkey_helper.cpp56 createTableStr.append(OpKeyData::ID).append(" INTEGER PRIMARY KEY AUTOINCREMENT, "); in CreateOpKeyInfoTableStr()
/base/hiviewdfx/hiappevent/
DREADME_zh.md116 | USER_ID | string | 用户自定义ID。 |
118 | DISTRIBUTED_SERVICE_INSTANCE_ID | string | 分布式服务实例ID。 |
206 | PARAM_USER_ID | const char[] | 用户自定义ID。 |
208 | PARAM_DISTRIBUTED_SERVICE_INSTANCE_ID | const char[] | 分布式服务实例ID。 |
DREADME.md116 | USER_ID | string | Custom user ID.|
118 | DISTRIBUTED\_SERVICE\_INSTANCE\_ID| string | Distributed service instance ID.|
206 | PARAM_USER_ID | const char[] | Custom user ID.|
208 | PARAM_DISTRIBUTED_SERVICE_INSTANCE_ID | const char[] | Distributed service instance ID.|
/base/hiviewdfx/hilog_lite/
DREADME_zh.md70 1. **第一步添加模块ID**
120 …306257d426c040ebb352413f0ad22730"></a><a name="a306257d426c040ebb352413f0ad22730"></a>模块\服务的ID。</p>
121 …name="ac6cda7a8fb154e08bb81c97c329c12e6"></a>统一规划分配,最大支持64个,其中第三方APP统一使用HILOG_MODULE_APP作为模块ID。</p>
194 …="a8027bbc4329d4d32a7a45b294531d213"></a><a name="a8027bbc4329d4d32a7a45b294531d213"></a>领域标识ID</p>
/base/update/updateservice/services/firmware/common/src/
Dfirmware_update_helper.cpp117 hotaVersionComponent.descriptionInfo.descriptionType = DescriptionType::ID; in BuildCurrentVersionInfo()
/base/useriam/user_auth_framework/
DREADME.md15 …t Level (ATL). The target ATL is specified by the service. The target user ID can be specified by …
/base/hiviewdfx/hidumper/
DREADME.md98 …er -s 3301 -a "-h"** command to obtain the help information about the ability whose ID is **3301**.
104 8. Run the **hidumper -s 3008** command to obtain all information about the ability whose ID is **…
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/resource/
Dlocales.txt291 in-ID
302 jv-Latn-ID
/base/account/os_account/
DREADME.md100 … distributed account information, including the account name, account user ID (UID), and login sta…
206 …es OAuth authenticator information, including the bundle name, icon ID, and label ID, for an app a…
439 …a name="p1324821164215"></a>Provides OS account information, including the account name and ID.</p>
595 …4611"><a name="p0342193384611"></a><a name="p0342193384611"></a>Obtain the ID of the OS account to…
600 …4611"><a name="p0342193384611"></a><a name="p0342193384611"></a>Obtain the ID of the OS account to…
605 …e="p0342193384611"></a><a name="p0342193384611"></a>Obtains the OS account ID based on the process…
610 …e="p0342193384611"></a><a name="p0342193384611"></a>Obtains the OS account ID based on the process…
615 …e="p0342193384611"></a><a name="p0342193384611"></a>Obtains the OS account ID based on the domain …
620 …e="p0342193384611"></a><a name="p0342193384611"></a>Obtains the OS account ID based on the domain …
685 …93384611"></a>Obtains information about an OS account based on the account ID. This method uses an…
[all …]
/base/telephony/telephony_data/test/unittest/data_test/
Ddata_storage_test.cpp138 value.Put(OpKeyData::ID, 1); in OpKeyInsert()
176 predicates.EqualTo(OpKeyData::ID, "1"); in OpKeyDelete()
/base/telephony/telephony_data/
DREADME.md143 2. Call **saManager** to obtain an **IRemoteObject** object based on the specified service ID.
222 // Message ID
/base/hiviewdfx/faultloggerd/docs/
Dusage.md11 Uid:0 <- 用户ID
/base/telephony/telephony_data/test/unittest/data_gtest/
Ddata_storage_gtest.cpp160 value.Put(OpKeyData::ID, 1); in OpKeyInsert()
200 predicates.EqualTo(OpKeyData::ID, "1"); in OpKeyDelete()

12