Home
last modified time | relevance | path

Searched refs:setValues (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/url/src/
H A Djs_url.ts182 set(setName: string, setValues: string): void {
186 if (arguments.length === 1 || typeof setValues !== 'string') {
187 throw new BusinessError(`Parameter error. The type of ${setValues} must be string`);
189 this.urlClass.set(setName, setValues);
319 set(setName: string, setValues: string): void {
323 if (arguments.length === 1 || typeof setValues !== 'string') {
324 throw new BusinessError(`Parameter error. The type of ${setValues} must be string`);
326 this.urlClass.set(setName, setValues);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Datt.h251 uint8_t *setValues; member