Home
last modified time | relevance | path

Searched refs:std (Results 251 - 275 of 33241) sorted by relevance

1...<<11121314151617181920>>...1330

/foundation/arkui/ace_engine/frameworks/core/accessibility/js_inspector/
H A Dinspect_node.cpp19 InspectNode::InspectNode(NodeId nodeId, const std::string& nodeName) in InspectNode()
25 std::unordered_map<std::string, std::string>().swap(attrs_); in ~InspectNode()
27 std::unordered_map<std::string, std::string>().swap(styles_); in ~InspectNode()
36 styles_.insert(std::make_pair("padding-left", "0")); in InitCommonStyles()
37 styles_.insert(std::make_pair("padding-top", "0")); in InitCommonStyles()
38 styles_.insert(std in InitCommonStyles()
[all...]
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.h40 std::string uri;
46 M3U8Fragment(std::string uri, std::string title, double duration, int sequence, bool discont);
47 std::string uri_;
48 std::string title_;
52 std::string key_ {};
59 std::string uri;
60 std::string title;
67 M3U8(std::string uri, std
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/waterversion/
H A Dwater_version_manager.h36 std::string deviceId;
40 std::vector<std::string> keys;
41 std::vector<std::vector<uint64_t>> infos;
45 std::string ToAnonymousString() const;
46 std::string GetKey() const;
53 static std::string GetPrefix();
60 API_EXPORT std::string GenerateWaterVersion(const std
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/include/
H A Ddscreen_manager.h36 void OnRegResult(const std::shared_ptr<DScreen> &dScreen, const std::string &reqId,
37 const int32_t status, const std::string &data) override;
38 void OnUnregResult(const std::shared_ptr<DScreen> &dScreen, const std::string &reqId,
39 const int32_t status, const std::string &data) override;
44 void OnChange(const std::vector<uint64_t> &screenIds, Rosen::ScreenGroupChangeEvent event) override;
50 void OnRegResult(const std::shared_ptr<DScreen> &dScreen, const std::string &reqId,
51 const int32_t status, const std
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp28 const std::string UNIT_VP = "vp";
29 const std::string UNIT_PIXEL = "px";
30 const std::string UNIT_RATIO = "fr";
31 const std::string UNIT_PERCENT = "%";
32 const std::string REPEAT_PREFIX = "repeat";
33 const std::string UNIT_AUTO_FILL = "auto-fill";
34 const std::string UNIT_AUTO_FIT = "auto-fit";
35 const std::string UNIT_AUTO_STRETCH = "auto-stretch";
36 const std::string TRIM_TEMPLATE = "$1$2";
37 const std
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp26 const std::string HSP_VERSION_PREFIX = "v";
128 std::map<std::string, std::vector<InnerBundleUserInfo>> innerBundleUserInfoMaps; in GuardAgainstInstallInfosLossedStrategy()
138 std::map<std::string, std::vector<InnerBundleInfo>> installInfos; in GuardAgainstInstallInfosLossedStrategy()
152 std::map<std::string, std in ScanAndAnalyzeUserDatas()
151 ScanAndAnalyzeUserDatas( std::map<std::string, std::vector<InnerBundleUserInfo>>& userMaps) ScanAndAnalyzeUserDatas() argument
237 AnalyzeHaps(bool isPreInstallApp, const std::map<std::string, std::vector<std::string>>& hapPathsMap, std::map<std::string, std::vector<InnerBundleInfo>>& installInfos) AnalyzeHaps() argument
259 CollectInstallInfos(const std::unordered_map<std::string, InnerBundleInfo>& hapInfos, std::map<std::string, std::vector<InnerBundleInfo>>& installInfos) CollectInstallInfos() argument
274 CombineBundleInfoAndUserInfo( const std::map<std::string, std::vector<InnerBundleInfo>>& installInfos, const std::map<std::string, std::vector<InnerBundleUserInfo>>& userInfoMaps) CombineBundleInfoAndUserInfo() argument
381 AddTasks( const std::map<int32_t, std::vector<PreScanInfo>, std::greater<int32_t>>& taskMap, int32_t userId) AddTasks() argument
529 AddParseInfosToMap( const std::string& bundleName, const std::unordered_map<std::string, InnerBundleInfo>& infos) AddParseInfosToMap() argument
535 InnerProcessUninstallModule( const BundleInfo& bundleInfo, const std::unordered_map<std::string, InnerBundleInfo>& infos, bool &isDowngrade) InnerProcessUninstallModule() argument
724 UpdatePreinstallDBForUninstalledBundle( const std::string& bundleName, const std::unordered_map<std::string, InnerBundleInfo>& innerBundleInfos) UpdatePreinstallDBForUninstalledBundle() argument
[all...]
H A Dmock_install_client.cpp20 ErrCode InstalldClient::CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
25 ErrCode InstalldClient::ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles()
26 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles()
36 ErrCode InstalldClient::ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles()
41 ErrCode InstalldClient::ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, in ProcessBundleInstallNative()
42 const std::string &hapPath, const std in ProcessBundleInstallNative()
249 ExtractDriverSoFiles(const std::string &srcPath, const std::unordered_multimap<std::string, std::string> &dirMap) ExtractDriverSoFiles() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dability_info.h121 std::string package;
122 std::string name;
123 std::string label; // display name on screen.
124 std::string description;
125 std::string iconPath; // used as icon data (base64) for WEB Ability.
126 std::string uri; // uri of ability.
127 std::string moduleName; // indicates the name of the .hap package to which the capability belongs.
128 std::string process;
129 std::string targetAbility;
130 std
[all...]
H A Dapplication_info.h104 std::string name;
105 std::string value;
106 std::string resource;
108 Metadata(const std::string &paramName, const std::string &paramValue, const std::string &paramResource);
115 std::string package;
116 std::string type;
124 std::string name;
125 std
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h43 virtual ErrCode CreateBundleDir(const std::string &bundleDir) in CreateBundleDir()
55 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath, in ExtractModuleFiles()
56 const std::string &targetSoPath, const std::string &cpuAbi) in ExtractModuleFiles()
76 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) in ExtractHnpFiles()
81 virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath, in ProcessBundleInstallNative()
82 const std::string &hapPath, const std in ProcessBundleInstallNative()
361 ExtractDriverSoFiles(const std::string &srcPath, const std::unordered_multimap<std::string, std::string> &dirMap) ExtractDriverSoFiles() argument
[all...]
H A Dinstalld_proxy.h38 virtual ErrCode CreateBundleDir(const std::string &bundlePath) override;
47 virtual ErrCode ExtractModuleFiles(const std::string &srcModulePath, const std::string &targetPath,
48 const std::string &targetSoPath, const std::string &cpuAbi) override;
62 virtual ErrCode ExtractHnpFiles(const std::string &hnpPackageInfo, const ExtractParam &extractParam) override;
64 virtual ErrCode ProcessBundleInstallNative(const std::string &userId, const std::string &hnpRootPath,
65 const std::string &hapPath, const std
[all...]
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/ability_delegator/
H A Dability_delegator.h43 class AbilityDelegator : public std::enable_shared_from_this<AbilityDelegator> {
71 using ClearFunc = std::function<void(const std::shared_ptr<ADelegatorAbilityProperty> &)>;
81 AbilityDelegator(const std::shared_ptr<AbilityRuntime::Context> &context, std::unique_ptr<TestRunner> runner,
94 void AddAbilityMonitor(const std::shared_ptr<IAbilityMonitor> &monitor);
101 void AddAbilityStageMonitor(const std::shared_ptr<IAbilityStageMonitor> &monitor);
108 void RemoveAbilityMonitor(const std::shared_ptr<IAbilityMonitor> &monitor);
115 void RemoveAbilityStageMonitor(const std::shared_ptr<IAbilityStageMonitor> &monitor);
142 std
[all...]
/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dmedia_monitor_service.h37 std::mutex messageMutex_;
38 std::condition_variable messageCond_;
39 std::queue<std::shared_ptr<EventBean>> messageQueue_;
40 std::atomic<bool> isRunning_ = false;
44 std::mutex dumpMutex_;
45 std::condition_variable dumpCond_;
46 std::queue<std::pair<std
[all...]
/foundation/resourceschedule/ffrt/interfaces/inner_api/cpp/
H A Dthread.h28 class = std::enable_if_t<!std::is_same_v<std::remove_cv_t<std::remove_reference_t<Fn>>, thread>>>
31 is_joinable = std::make_unique<task_handle>(); in thread()
32 using Target = std::tuple<std::decay_t<Fn>, std::decay_t<Args>...>; in thread()
33 auto tup = new Target(std::forward<Fn>(fn), std in thread()
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.h43 static std::vector<std::string> SplitString(const std::string &s, const std::string &delimiter);
45 static uint32_t BytesToInt(const std::vector<uint8_t> &data);
47 static void IntToBytes(uint32_t data, uint32_t len, std::vector<uint8_t> &out);
48 static std::string ToString(const std::vector<uint8_t> &input);
49 static std::vector<uint8_t> ToBinary(const std
[all...]
/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddaudio_source_manager.h39 int32_t EnableDAudio(const std::string &devId, const std::string &dhId, const std::string &version,
40 const std::string &attrs, const std::string &reqId);
41 int32_t DisableDAudio(const std::string &devId, const std::string &dhId, const std::string &reqId);
42 int32_t HandleDAudioNotify(const std::string &devId, const std
[all...]
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp33 value_ = std::move(preferencesValue.value_);
63 value_ = std::string(value); in PreferencesValue()
66 PreferencesValue::PreferencesValue(std::string value) in PreferencesValue()
71 PreferencesValue::PreferencesValue(std::vector<double> value) in PreferencesValue()
76 PreferencesValue::PreferencesValue(std::vector<std::string> value) in PreferencesValue()
81 PreferencesValue::PreferencesValue(std::vector<bool> value) in PreferencesValue()
86 PreferencesValue::PreferencesValue(std::vector<uint8_t> value) in PreferencesValue()
106 value_ = std::move(preferencesValue.value_);
121 return std in IsInt()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/utils/
H A Ddh_context.h39 std::string networkId;
40 std::string uuid;
42 std::string deviceId;
43 std::string udid;
44 std::string udidHash;
77 void AddOnlineDevice(const std::string &udid, const std::string &uuid, const std::string &networkId);
78 void RemoveOnlineDeviceIdEntryByNetworkId(const std::string &networkId);
79 bool IsDeviceOnline(const std
[all...]
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_service_impl.h51 static std::shared_ptr<DhcpServerServiceImpl> GetInstance();
60 ErrCode RegisterDhcpServerCallBack(const std::string& ifname,
61 const std::shared_ptr<IDhcpServerCallBack> &serverCallback) override;
63 ErrCode RegisterDhcpServerCallBack(const std::string& ifname,
66 ErrCode StartDhcpServer(const std::string& ifname) override;
67 ErrCode StopDhcpServer(const std::string& ifname) override;
68 ErrCode PutDhcpRange(const std::string& tagName, const DhcpRange& range) override;
69 ErrCode RemoveDhcpRange(const std::string& tagName, const DhcpRange& range) override;
70 ErrCode RemoveAllDhcpRange(const std::string& tagName) override;
71 ErrCode SetDhcpRange(const std
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H A Dwifi_dumper_test.cpp24 const std::string ARGS_HELP = "-h";
34 pWifiDumper = std::make_unique<WifiDumper>(); in SetUp()
42 static void BasicDumpFuncTest(std::string& result) in BasicDumpFuncTest()
48 std::unique_ptr<WifiDumper> pWifiDumper;
59 std::function<void(std::string&)> saBasicDumpFunc = BasicDumpFuncTest; in HWTEST_F()
60 std::vector<std::string> vecArgs; in HWTEST_F()
61 std::string result = ""; in HWTEST_F()
73 std in HWTEST_F()
[all...]
/foundation/filemanagement/app_file_service/utils/include/b_resources/
H A Db_constants.h97 static inline std::string BACKUP_DEBUG_OVERRIDE_EXTENSION_CONFIG_KEY = "backup.debug.overrideExtensionConfig";
101 static inline std::string BACKUP_DEBUG_OVERRIDE_ACCOUNT_CONFIG_KEY = "backup.debug.overrideAccountConfig";
102 static inline std::string BACKUP_DEBUG_OVERRIDE_ACCOUNT_NUMBER_KEY = "backup.debug.overrideAccountNumber";
105 static const std::string BACKUP_PATH_PREFIX = "/data/service/el2/";
106 static const std::string BACKUP_PATH_SURFFIX = "/backup/backup_sa/";
107 static const std::string BACKUP_INCEXC_SYMBOL = "incExc_";
108 static const std::string BACKUP_STAT_SYMBOL = "stat_";
109 static const std::string BACKUP_INCLUDE = "INCLUDES";
110 static const std::string BACKUP_EXCLUDE = "EXCLUDES";
113 static inline std
[all...]
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_impl.cpp97 deviceMgr = new (std::nothrow) WifiDeviceMgrProxy(object); in GetWifiDeviceProxy()
112 client_ = new (std::nothrow) WifiDeviceProxy(service); in GetWifiDeviceProxy()
124 std::lock_guard<std::mutex> lock(mutex_); in EnableWifi()
131 std::lock_guard<std::mutex> lock(mutex_); in DisableWifi()
136 ErrCode WifiDeviceImpl::InitWifiProtect(const WifiProtectType &protectType, const std::string &protectName) in InitWifiProtect()
138 std::lock_guard<std::mutex> lock(mutex_); in InitWifiProtect()
143 ErrCode WifiDeviceImpl::GetWifiProtectRef(const WifiProtectMode &protectMode, const std
[all...]
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service_inner.h87 using LoadAbilityTaskFunc = std::function<void()>;
90 class AppMgrServiceInner : public std::enable_shared_from_this<AppMgrServiceInner> {
119 virtual void LoadAbility(std::shared_ptr<AbilityInfo> abilityInfo, std::shared_ptr<ApplicationInfo> appInfo,
120 std::shared_ptr<AAFwk::Want> want, std::shared_ptr<AbilityRuntime::LoadParam> loadParam);
193 virtual void KillProcessesByPids(std::vector<int32_t> &pids);
221 virtual int32_t PreloadApplication(const std::string &bundleName, int32_t userId,
267 virtual int32_t UpdateApplicationInfoInstalled(const std::string &bundleName, const int uid);
276 virtual int32_t KillApplication(const std
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h74 const std::string &appName, const ApplicationFlag flag, const int userId, ApplicationInfo &appInfo) in GetApplicationInfo()
88 const std::string &appName, int32_t flags, int32_t userId, ApplicationInfo &appInfo) in GetApplicationInfo()
102 const std::string &appName, int32_t flag, int32_t userId, ApplicationInfo &appInfo) in GetApplicationInfoV9()
115 const ApplicationFlag flag, int userId, std::vector<ApplicationInfo> &appInfos) in GetApplicationInfos()
128 int32_t flags, int32_t userId, std::vector<ApplicationInfo> &appInfos) in GetApplicationInfos()
141 int32_t flags, int32_t userId, std::vector<ApplicationInfo> &appInfos) in GetApplicationInfosV9()
153 virtual bool GetBundleInfo(const std::string &bundleName, const BundleFlag flag, in GetBundleInfo()
166 virtual bool GetBundleInfo(const std::string &bundleName, int32_t flags, in GetBundleInfo()
179 virtual ErrCode GetBundleInfoV9(const std::string &bundleName, int32_t flags, in GetBundleInfoV9()
192 virtual ErrCode BatchGetBundleInfo(const std
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_client_stub_impl.h32 int32_t AddVolumeKeyEventCallback(const std::shared_ptr<VolumeKeyEventCallback> &cb);
33 int32_t RemoveVolumeKeyEventCallback(const std::shared_ptr<VolumeKeyEventCallback> &cb);
34 int32_t AddFocusInfoChangeCallback(const std::shared_ptr<AudioFocusInfoChangeCallback> &cb);
37 const std::shared_ptr<AudioManagerDeviceChangeCallback> &cb);
38 int32_t RemoveDeviceChangeCallback(DeviceFlag flag, std::shared_ptr<AudioManagerDeviceChangeCallback> &cb);
39 int32_t AddRingerModeCallback(const std::shared_ptr<AudioRingerModeCallback> &cb);
41 int32_t RemoveRingerModeCallback(const std::shared_ptr<AudioRingerModeCallback> &cb);
42 int32_t AddMicStateChangeCallback(const std::shared_ptr<AudioManagerMicStateChangeCallback> &cb);
46 const std::shared_ptr<AudioPreferredOutputDeviceChangeCallback> &cb);
49 const std
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...1330