/ohos5.0/foundation/graphic/graphic_2d/utils/log/ |
H A D | rs_trace.h | 21 #define ROSEN_TRACE_BEGIN(tag, name) StartTrace(tag, name) argument 22 #define RS_TRACE_BEGIN(name) ROSEN_TRACE_BEGIN(HITRACE_TAG_GRAPHIC_AGP | HITRACE_TAG_COMMERCIAL, na… argument 25 #define RS_TRACE_NAME(name) HITRACE_METER_NAME(HITRACE_TAG_GRAPHIC_AGP | HITRACE_TAG_COMMERCIAL, na… argument 29 #define RS_ASYNC_TRACE_END(name, value) FinishAsyncTrace(HITRACE_TAG_GRAPHIC_AGP | HITRACE_TAG_COMM… argument 30 #define RS_TRACE_INT(name, value) CountTrace(HITRACE_TAG_GRAPHIC_AGP | HITRACE_TAG_COMMERCIAL, name… argument 37 #define ROSEN_TRACE_BEGIN(tag, name) argument 38 #define RS_TRACE_BEGIN(name) argument 42 #define RS_ASYNC_TRACE_BEGIN(name, value) argument 43 #define RS_ASYNC_TRACE_END(name, value) argument 44 #define RS_TRACE_INT(name, value) argument [all …]
|
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_config/ |
H A D | a2dp_adapter_config.json | 4 "name": "internal", string 9 "name": "AOP" string 14 "name": "AIP" string 18 "name": "usb", string 23 "name": "AOP" string 28 "name": "AIP" string 33 "name": "AIOP" string 37 "name": "hdmi", string 42 "name": "AOP" string 51 "name": "AOP" string [all …]
|
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/base/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "NotificationServiceExtAbility_desc", string 12 "name": "NotificationServiceExtAbility_label", string 16 "name": "reason", string 20 "name": "ALLOW", string 24 "name": "BAN", string 28 "name": "group_label_notification", string
|
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/bo_CN/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "NotificationServiceExtAbility_desc", string 12 "name": "NotificationServiceExtAbility_label", string 16 "name": "reason", string 20 "name": "ALLOW", string 24 "name": "BAN", string 28 "name": "group_label_notification", string
|
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/ug/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "NotificationServiceExtAbility_desc", string 12 "name": "NotificationServiceExtAbility_label", string 16 "name": "reason", string 20 "name": "ALLOW", string 24 "name": "BAN", string 28 "name": "group_label_notification", string
|
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/zh_CN/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "NotificationServiceExtAbility_desc", string 12 "name": "NotificationServiceExtAbility_label", string 16 "name": "reason", string 20 "name": "ALLOW", string 24 "name": "BAN", string 28 "name": "group_label_notification", string
|
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/zh_HK/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "NotificationServiceExtAbility_desc", string 12 "name": "NotificationServiceExtAbility_label", string 16 "name": "reason", string 20 "name": "ALLOW", string 24 "name": "BAN", string 28 "name": "group_label_notification", string
|
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/resources/zh_TW/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "NotificationServiceExtAbility_desc", string 12 "name": "NotificationServiceExtAbility_label", string 16 "name": "reason", string 20 "name": "ALLOW", string 24 "name": "BAN", string 28 "name": "group_label_notification", string
|
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_manager.cpp | 23 ErrCode AppAccountManager::AddAccount(const std::string &name, const std::string &extraInfo) in AddAccount() 46 ErrCode AppAccountManager::DeleteAccount(const std::string &name) in DeleteAccount() 51 ErrCode AppAccountManager::GetAccountExtraInfo(const std::string &name, std::string &extraInfo) in GetAccountExtraInfo() 76 ErrCode AppAccountManager::CheckAppAccountSyncEnable(const std::string &name, bool &syncEnable) in CheckAppAccountSyncEnable() 97 const std::string &name, const std::string &credentialType, std::string &credential) in GetAccountCredential() 103 const std::string &name, const std::string &credentialType, const std::string &credential) in SetAccountCredential() 108 ErrCode AppAccountManager::Authenticate(const std::string &name, const std::string &owner, in Authenticate() 127 const std::string &name, const std::string &authType, const std::string &token) in SetOAuthToken() 184 const std::string &name, const std::string &authType, std::set<std::string> &oauthList) in GetOAuthList() 190 const std::string &name, const std::string &authType, std::set<std::string> &oauthList) in GetAuthList() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/ |
H A D | rs_profiler_capturedata_test.cpp | 54 const std::string name = "String"; variable 69 const std::string name = "Float"; variable 84 const std::string name = "Double"; variable 99 const std::string name = "Int8"; variable 114 const std::string name = "Uint8"; variable 129 const std::string name = "Int16"; variable 144 const std::string name = "Uint16"; variable 159 const std::string name = "Int32"; variable 174 const std::string name = "Uint32"; variable 189 const std::string name = "Int64"; variable [all …]
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_metadata.h | 132 Property<ValueType> GetPropertyByName(BASE_NS::string_view name) in GetPropertyByName() 137 Property<const ValueType> GetPropertyByName(BASE_NS::string_view name) const in GetPropertyByName() 142 ArrayProperty<ValueType> GetArrayPropertyByName(BASE_NS::string_view name) in GetArrayPropertyByName() 147 ArrayProperty<const ValueType> GetArrayPropertyByName(BASE_NS::string_view name) const in GetArrayPropertyByName() 181 constexpr bool SetValue(META_NS::IMetadata* meta, BASE_NS::string_view name, const ValueType& value… in SetValue() 193 …const BASE_NS::shared_ptr<Interface>& intf, BASE_NS::string_view name, const ValueType& value) noe… in SetValue() 200 …const BASE_NS::weak_ptr<Interface>& intf, BASE_NS::string_view name, const ValueType& value) noexc… in SetValue()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
H A D | hiappevent_c.cpp | 41 void AddArrayParam(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const T* arr, int… in AddArrayParam() 49 void AddBoolParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamVa… in AddBoolParamValue() 59 void AddInt8ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamVa… in AddInt8ParamValue() 69 void AddInt16ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt16ParamValue() 79 void AddInt32ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt32ParamValue() 89 void AddInt64ParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddInt64ParamValue() 99 void AddFloatParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamV… in AddFloatParamValue() 109 void AddDoubleParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const Param… in AddDoubleParamValue() 148 void AddParamValue(std::shared_ptr<AppEventPack>& appEventPack, const char* name, const ParamValue*… in AddParamValue() 181 bool HiAppEventInnerConfigure(const char* name, const char* value) in HiAppEventInnerConfigure() [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/ndk/fileshare/ |
H A D | libfile_share.ndk.json | 4 "name": "OH_FileShare_PersistPermission" string 8 "name": "OH_FileShare_RevokePermission" string 12 "name": "OH_FileShare_ActivatePermission" string 16 "name": "OH_FileShare_DeactivatePermission" string 20 "name": "OH_FileShare_CheckPersistentPermission" string 24 "name": "OH_FileShare_ReleasePolicyErrorResult" string
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/core/ |
H A D | plugin_manager.cpp | 33 std::shared_ptr<PluginInfo> PluginManager::GetPluginInfo(PluginType type, const std::string& name) in GetPluginInfo() 42 int32_t PluginManager::Sniffer(const std::string& name, std::shared_ptr<DataSourceHelper> source) in Sniffer() 63 std::shared_ptr<Demuxer> PluginManager::CreateDemuxerPlugin(const std::string& name) in CreateDemuxerPlugin() 68 std::shared_ptr<Muxer> PluginManager::CreateMuxerPlugin(const std::string& name) in CreateMuxerPlugin() 73 std::shared_ptr<Source> PluginManager::CreateSourcePlugin(const std::string& name) in CreateSourcePlugin() 78 std::shared_ptr<Codec> PluginManager::CreateCodecPlugin(const std::string& name, PluginType type) in CreateCodecPlugin() 83 std::shared_ptr<AudioSink> PluginManager::CreateAudioSinkPlugin(const std::string& name) in CreateAudioSinkPlugin() 88 std::shared_ptr<VideoSink> PluginManager::CreateVideoSinkPlugin(const std::string& name) in CreateVideoSinkPlugin() 92 std::shared_ptr<OutputSink> PluginManager::CreateOutputSinkPlugin(const std::string& name) in CreateOutputSinkPlugin()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/serializable/ |
H A D | serializable.cpp | 44 bool Serializable::GetValue(const json node, const std::string &name, std::string &value) in GetValue() 54 bool Serializable::GetValue(const json node, const std::string &name, uint8_t &value) in GetValue() 59 bool Serializable::GetValue(const json node, const std::string &name, uint16_t &value) in GetValue() 64 bool Serializable::GetValue(const json node, const std::string &name, uint32_t &value) in GetValue() 69 bool Serializable::GetValue(const json node, const std::string &name, uint64_t &value) in GetValue() 74 bool Serializable::GetValue(const json node, const std::string &name, int32_t &value) in GetValue() 79 bool Serializable::GetValue(const json node, const std::string &name, int64_t &value) in GetValue() 84 bool Serializable::GetValue(const json node, const std::string &name, bool &value) in GetValue() 127 bool Serializable::SetValue(json &node, const uint8_t &value, const std::string &name) in SetValue() 157 bool Serializable::SetValue(json &node, const bool &value, const std::string &name) in SetValue() [all …]
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/vpn_dialog/dialog_ui/vpn_dialog/src/main/resources/en/element/ |
H A D | string.json | 4 "name": "allowButton", string 8 "name": "notAllowButton", string 12 "name": "allow", string 16 "name": "warning", string 20 "name": "use", string 24 "name": "title", string
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/vpn_dialog/dialog_ui/vpn_dialog/src/main/resources/zh/element/ |
H A D | string.json | 4 "name": "allowButton", string 8 "name": "notAllowButton", string 12 "name": "allow", string 16 "name": "warning", string 20 "name": "use", string 24 "name": "title", string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e21Test/src/main/js/resources/base/element/ |
H A D | string.json | 4 "name": "description_application", string 8 "name": "parameters_description", string 12 "name": "results_description", string 16 "name": "customizeData_description", string 20 "name": "shortcut", string 24 "name": "permreason_camera", string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e23Test/src/main/js/resources/base/element/ |
H A D | string.json | 4 "name": "description_application", string 8 "name": "parameters_description", string 12 "name": "results_description", string 16 "name": "customizeData_description", string 20 "name": "shortcut", string 24 "name": "permreason_camera", string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e3Test/src/main/js/resources/base/element/ |
H A D | string.json | 4 "name": "description_application", string 8 "name": "parameters_description", string 12 "name": "results_description", string 16 "name": "customizeData_description", string 20 "name": "shortcut", string 24 "name": "permreason_camera", string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e4Test/src/main/js/resources/base/element/ |
H A D | string.json | 4 "name": "description_application", string 8 "name": "parameters_description", string 12 "name": "results_description", string 16 "name": "customizeData_description", string 20 "name": "shortcut", string 24 "name": "permreason_camera", string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e5Test/src/main/js/resources/base/element/ |
H A D | string.json | 4 "name": "description_application", string 8 "name": "parameters_description", string 12 "name": "results_description", string 16 "name": "customizeData_description", string 20 "name": "shortcut", string 24 "name": "permreason_camera", string
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/sceneProject/systemtest/stThirdBundle/e6Test/src/main/js/resources/base/element/ |
H A D | string.json | 4 "name": "description_application", string 8 "name": "parameters_description", string 12 "name": "results_description", string 16 "name": "customizeData_description", string 20 "name": "shortcut", string 24 "name": "permreason_camera", string
|
/ohos5.0/base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/resources/base/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "MainAbility_desc", string 12 "name": "MainAbility_label", string 16 "name": "en_lower", string 20 "name": "en_upper", string 24 "name": "chinese", string
|
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/resource/datashare_ext_bundle/entry/src/main/resources/base/element/ |
H A D | string.json | 4 "name": "entry_desc", string 8 "name": "MainAbility_desc", string 12 "name": "MainAbility_label", string 16 "name": "description_application", string 20 "name": "app_name", string 24 "name": "description_datashareextability", string
|