Searched defs:attribute (Results 1 – 9 of 9) sorted by relevance
43 struct attribute { struct44 char types_[ALL_APN_ITEM_CHAR_LENGTH];45 char numeric_[ALL_APN_ITEM_CHAR_LENGTH];46 int32_t profileId_;47 char protocol_[ALL_APN_ITEM_CHAR_LENGTH];48 char roamingProtocol_[ALL_APN_ITEM_CHAR_LENGTH];49 int32_t authType_;50 char apn_[ALL_APN_ITEM_CHAR_LENGTH];51 char apnName_[ALL_APN_ITEM_CHAR_LENGTH];52 char user_[ALL_APN_ITEM_CHAR_LENGTH];[all …]
91 void SetServiceEnterSandbox(const char *path, unsigned int attribute) in SetServiceEnterSandbox()
151 void SetServiceEnterSandbox(const char *execPath, unsigned int attribute) in SetServiceEnterSandbox()
61 InputAttribute attribute; // the input attribute of the input client member
323 InputAttribute attribute; in Attach() local329 sptr<OnTextChangedListener> &listener, bool isShowKeyboard, InputAttribute &attribute) in Attach()393 sptr<IInputDataChannel> &channel, InputAttribute &attribute) in PrepareInput()
32 sptr<IInputDataChannel> channel, InputAttribute &attribute) in PrepareInput()
58 InputAttribute attribute; in PrepareInputOnRemote() local
300 sptr<IInputDataChannel> channel, InputAttribute &attribute) in PrepareInput()
139 unsigned int attribute; member