Home
last modified time | relevance | path

Searched refs:string (Results 7501 - 7525 of 52112) sorted by relevance

1...<<301302303304305306307308309310>>...2085

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp23 std::string cntStr = std::to_string(keyNo); in GenerateRecord()
62 void GenerateFixedLenRandString(unsigned int neededLen, RandType randType, std::string &genString) in GenerateFixedLenRandString()
83 std::string cntStr = std::to_string(keyNo); in GenerateRandRecord()
113 std::string cntStr = std::to_string(keyNo); in GenerateLongRecord()
136 std::string cntStr = std::to_string(keyNo); in GenerateMaxBigRecord()
219 std::string serialNoStr = std::to_string(serialNo); in GenerateFixedLenKVRecord()
234 std::string cntStr = std::to_string(cnt); in GenerateFixedRecords()
254 std::string ind = std::to_string(entryNo); in GenerateOneRecordForImage()
287 std::string recNo = std::to_string(recordNo); in GenerateAppointPrefixAndSizeRecord()
342 std::string cntSt in GenerateFixedLenRandRecords()
[all...]
/foundation/distributedhardware/device_manager/services/service/src/softbus/
H A Dsoftbus_listener.cpp71 static std::map<std::string,
73 static std::map<std::string, std::shared_ptr<ISoftbusDiscoveringCallback>> lnnOpsCbkMap;
74 static std::set<std::string> deviceIdSet;
78 std::string SoftbusListener::hostName_ = "";
150 void SoftbusListener::DeviceNotTrust(const std::string &msg) in DeviceNotTrust()
156 void SoftbusListener::DeviceTrustedChange(const std::string &msg) in DeviceTrustedChange()
168 void SoftbusListener::CredentialAuthStatusProcess(std::string deviceList, uint16_t deviceTypeId, int32_t errcode) in CredentialAuthStatusProcess()
182 std::string deviceListStr; in OnCredentialAuthStatus()
184 deviceListStr = std::string(deviceList, deviceListLen); in OnCredentialAuthStatus()
252 std::string peerUdi in OnSoftbusDeviceOnline()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp428 std::string glslType;
431 std::string components[4];
436 std::string namePart;
437 std::string glslDecoration;
438 std::string glslComponent;
449 typedef std::map<std::string, std::string> SpecializationMap;
451 std::string genOutAssignment (const std::string& variableName, const VecData& outVecData) const;
452 std::string genInVerificatio
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp426 std::string glslType;
429 std::string components[4];
434 std::string namePart;
435 std::string glslDecoration;
436 std::string glslComponent;
447 typedef std::map<std::string, std::string> SpecializationMap;
449 std::string genOutAssignment (const std::string& variableName, const VecData& outVecData) const;
450 std::string genInVerificatio
[all...]
/applications/standard/settings/cj/settings/src/
H A Dcj_settings_utils.h20 #include <string>
29 std::string key;
30 std::string value;
31 std::string uri;
32 std::string tableName;
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Dcontinue_scene_session_handler.h19 #include <string>
31 void UpdateContinueSessionId(const std::string& bundleName, const std::string& abilityName);
32 std::string GetContinueSessionId() const;
36 std::string continueSessionId_;
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_instances_filter.h19 #include <string>
25 std::string bundleName;
26 std::string formName;
27 std::string moduleName;
28 std::string abilityName;
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_builder.h19 #include <string>
29 StringBuilder& Append(const char* string);
31 StringBuilder& Append(const std::string& string);
35 std::string ToString() const;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dierror_observer.h19 #include <string>
24 std::string name;
25 std::string message;
26 std::string stack;
38 virtual void OnUnhandledException(std::string errMsg) = 0;
/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dcaller_info.h19 #include <string>
31 std::string deviceId;
32 std::string bundleName;
33 std::string abilityName;
34 std::string moduleName;
/foundation/arkui/ace_engine/frameworks/core/common/
H A Drouter_recover_record.h19 #include <string>
23 std::string url;
24 std::string params;
28 RouterRecoverRecord(const std::string& url, const std::string& params, bool isNamedRouter) in RouterRecoverRecord()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/bundle_resource/
H A Dbundle_resource_image_info.h19 #include <string>
29 bool ConvertToBase64(const std::unique_ptr<uint8_t[]> originalData, const size_t length, std::string &imageInfo);
32 bool ConvertToString(const std::shared_ptr<Media::PixelMap> pixelMap, std::string &imageInfo);
35 bool EncodeBase64(const std::string &originalData, std::string &dstData);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_scanner.h21 #include <string>
35 const std::list<std::string> &Scan(const std::string &dirPath);
43 bool ScanImpl(const std::string &dirPath);
46 std::list<std::string> entries_;
H A Dbms_param.h34 bool GetBmsParam(const std::string &key, std::string &value);
41 bool SaveBmsParam(const std::string &paramKeyInfo, const std::string &paramValueInfo);
48 bool DeleteBmsParam(const std::string &key);
/foundation/bundlemanager/bundle_framework/common/log/src/
H A Dapp_log_wrapper.cpp29 std::string AppLogWrapper::GetBriefFileName(const char *str) in GetBriefFileName()
32 return std::string(); in GetBriefFileName()
34 std::string fullPath(str); in GetBriefFileName()
36 if (pos == std::string::npos) { in GetBriefFileName()
37 return std::string(); in GetBriefFileName()
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_hitrace.h20 #include <string>
27 static void BluetoothStartSyncTrace(const std::string& value);
28 static void BluetoothFinishSyncTrace(const std::string& value);
29 static void BluetoothStartAsyncTrace(const std::string& value, int32_t taskId);
30 static void BluetoothFinishAsyncTrace(const std::string& value, int32_t taskId);
/foundation/bundlemanager/distributed_bundle_framework/services/dbms/include/
H A Devent_report.h19 #include <string>
33 std::string deviceID;
34 std::string bundleName;
35 std::string localeInfo;
36 std::string abilityName;
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dquick_fix_command.h27 static int32_t ApplyQuickFix(const std::vector<std::string> &quickFixFiles, std::string &resultInfo,
29 static int32_t GetApplyedQuickFixInfo(const std::string &bundleName, std::string &resultInfo);
30 static std::string GetQuickFixInfoString(const AAFwk::ApplicationQuickFixInfo &quickFixInfo);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dhap_sign_verify.h30 #include <string>
35 std::string appId;
36 std::string provisionBundleName;
37 std::vector<std::string> restrictedPermissions;
42 static uint8_t VerifySignature(const std::string &hapFilepath, SignatureInfo &signatureInfo);
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dfont_asset_provider.h19 #include <string>
29 virtual std::string GetFamilyName(int index) const = 0;
30 virtual SkFontStyleSet* MatchFamily(const std::string& familyName) = 0;
33 static std::string CanonicalFamilyName(std::string familyName);
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtest_utils.h20 #include <string>
24 std::string GetCodecName(bool isEncoder, const std::string& mime);
29 void Update(std::chrono::steady_clock::time_point begin, const std::string& apiName);
37 std::map<std::string, Total> records_;
/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dstring_helper.h19 #include <string>
27 IMAGE_EFFECT_EXPORT static bool EndsWith(const std::string &input, const std::string &suffix);
28 IMAGE_EFFECT_EXPORT static bool EndsWithIgnoreCase(const std::string &input, const std::string &suffix);
/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dform_map.h19 #include <string>
28 static const std::string CREATE_FORM_MAP_TABLE EXPORT;
30 static const std::string FORM_MAP_TABLE EXPORT;
31 static const std::string FORMMAP_FORM_ID EXPORT;
32 static const std::string FORMMAP_URI EXPORT;
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/include/utils/
H A Dconstant_utils.h17 #include <string>
28 std::string split {","};
29 std::string delimiter {"\""};
30 std::vector<std::string> columns;
34 std::string name;
/foundation/multimedia/media_library/frameworks/services/media_permission/include/
H A Dpermission_common.h25 static const std::string FIELD_PERMISSION_TYPE = "permission_type";
27 static const std::string TABLE_PERMISSION = "UriPermission"; // 权限表
37 std::string openFileNode = ""; // isOpenFile=true时使用,文件模式的含义
43 std::string GetClientAppId();
53 bool IsDeveloperMediaTool(MediaLibraryCommand &cmd, const std::string openFileNode = "");

Completed in 21 milliseconds

1...<<301302303304305306307308309310>>...2085