Lines Matching refs:data
32 MessageParcel data;
35 data.WriteInterfaceToken(DESCRIPTOR);
36 data.WriteString(language);
37 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_LANGUAGE), data,
44 MessageParcel data;
47 data.WriteInterfaceToken(DESCRIPTOR);
48 data.WriteString(region);
49 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_REGION), data,
56 MessageParcel data;
59 data.WriteInterfaceToken(DESCRIPTOR);
60 data.WriteString(locale);
61 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_SYSTEM_LOCALE), data,
68 MessageParcel data;
71 data.WriteInterfaceToken(DESCRIPTOR);
72 data.WriteString(flag);
73 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_24_HOUR_CLOCK), data,
80 MessageParcel data;
83 data.WriteInterfaceToken(DESCRIPTOR);
84 data.WriteBool(flag);
85 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::SET_USING_LOCAL_DIGIT), data,
92 MessageParcel data;
95 data.WriteInterfaceToken(DESCRIPTOR);
96 data.WriteString(language);
97 data.WriteInt32(index);
98 Remote()->SendRequest(static_cast<uint32_t>(ILocaleConfigAbilityCode::ADD_PREFERRED_LANGUAGE), data,
105 MessageParcel data;
108 data.WriteInterfaceToken(DESCRIPTOR);
109 data.WriteInt32(index);
111 data, reply, option);