Searched refs:usr (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/dfx/ |
H A D | ui_dump_dom_tree.cpp | 45 void UIDumpDomTree::AddNameField(UIViewType type, cJSON* usr) const in AddNameField() 47 if (usr == nullptr) { in AddNameField() 52 cJSON_AddStringToObject(usr, "name", VIEW_TYPE_STRING[type]); in AddNameField() 54 cJSON_AddStringToObject(usr, "name", "UnknownType"); in AddNameField() 58 void UIDumpDomTree::AddImageViewSpecialField(const UIView* view, cJSON* usr) const in AddImageViewSpecialField() 60 if ((view == nullptr) || (usr == nullptr)) { in AddImageViewSpecialField() 66 cJSON_AddStringToObject(usr, "src", reinterpret_cast<const char*>(tmpImageView->GetPath())); in AddImageViewSpecialField() 70 cJSON_AddStringToObject(usr, "src", ""); in AddImageViewSpecialField() 74 cJSON_AddNumberToObject(usr, "src", static_cast<uint32_t>(userData)); in AddImageViewSpecialField() 76 cJSON_AddStringToObject(usr, "sr in AddImageViewSpecialField() 303 OutputDomTree(UIView* view, cJSON* usr) OutputDomTree() argument [all...] |
/foundation/arkui/ui_lite/interfaces/kits/dfx/ |
H A D | ui_dump_dom_tree.h | 123 void AddNameField(UIViewType type, cJSON* usr) const; 124 void AddCommonField(UIView* view, cJSON* usr) const; 125 void AddImageViewSpecialField(const UIView* view, cJSON* usr) const; 126 void AddLabelField(const UIView* view, cJSON* usr) const; 127 void AddLabelButtonField(const UIView* view, cJSON* usr) const; 128 void AddCheckboxField(const UIView* view, cJSON* usr) const; 129 void AddToggleButtonField(const UIView* view, cJSON* usr) const; 130 void AddProgressField(const UIView* view, cJSON* usr) const; 131 void AddScrollViewField(const UIView* view, cJSON* usr) const; 132 void AddListField(const UIView* view, cJSON* usr) cons [all...] |
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | config.h | 242 #define PA_ALSA_PATHS_DIR "/usr/local/share/pulseaudio/alsa-mixer/paths" 244 #define PA_ALSA_PROFILE_SETS_DIR "/usr/local/share/pulseaudio/alsa-mixer/profile-sets" 256 #define PA_DEFAULT_CONFIG_DIR_UNQUOTED /usr/local/etc/pulse 260 #define PA_INCDIR /usr/local/include 262 #define PA_LIBDIR /usr/local/lib/x86_64-linux-gnu 264 #define PA_MACHINE_ID "/usr/local/etc/machine-id" 286 #define PULSEDSP_LOCATION /usr/local/lib/x86_64-linux-gnu/pulseaudio 288 #define PULSE_LOCALEDIR "/usr/local/share/locale"
|
Completed in 3 milliseconds