Home
last modified time | relevance | path

Searched defs:key (Results 726 - 750 of 1829) sorted by relevance

1...<<21222324252627282930>>...74

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_local.cpp40 string key = std::to_string(parent) + name; in DoLocalLookup() local
158 int64_t key = FileOperationsHelper::FindLocalId(data, std::to_string(ino) + in ReadDir() local
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_helper_test.cpp335 int64_t key = 1; in HWTEST_F() local
358 int64_t key = 0; in HWTEST_F() local
383 int64_t key = 1; in HWTEST_F() local
406 int64_t key = 0; in HWTEST_F() local
430 string key = "test"; in HWTEST_F() local
454 string key = ""; HWTEST_F() local
636 int64_t key = 0; HWTEST_F() local
662 int64_t key = 0; HWTEST_F() local
688 int64_t key = 0; HWTEST_F() local
712 int64_t key = 0; HWTEST_F() local
737 int64_t key = 0; HWTEST_F() local
762 int64_t key = 0; HWTEST_F() local
787 string key = ""; HWTEST_F() local
813 string key = ""; HWTEST_F() local
839 string key = ""; HWTEST_F() local
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloudsync_kit_inner/src/
H A Dcloud_sync_common.cpp173 std::string key; in ReadFromParcel() local
201 std::string key; in ReadFromParcel() local
[all...]
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp31 bool GetBoolParameter(const std::string& key, bool def) in GetBoolParameter() argument
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dlocal_capability_info_manager.cpp124 std::string key; in AddCapability() local
146 int32_t LocalCapabilityInfoManager::RemoveCapabilityInfoByKey(const std::string &key) in RemoveCapabilityInfoByKey() argument
190 std::string key = GetCapabilityKey(deviceId, dhId); GetCapability() local
199 GetDataByKey(const std::string &key, std::shared_ptr<CapabilityInfo> &capInfoPtr) GetDataByKey() argument
[all...]
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenservice/src/
H A Ddscreen_source_stub.cpp166 std::string key = data.ReadString(); in ConfigDistributedHardwareInner() local
228 CheckConfigParams(const std::string &devId, const std::string &dhId, const std::string &key, const std::string &value) const CheckConfigParams() argument
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/
H A Dtask_mock.cpp87 string key = GetKey(userId, bundleName); in AllocRunner() local
99 string key = GetKey(userId, bundleName); in ReleaseRunner() local
106 string key = GetKey(userId, bundleName); in GetRunner() local
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp165 static bool MatchSubStr(const std::string &key, const std::string &pattern) in MatchSubStr() argument
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_result_store_manager.cpp126 std::string key = line.substr(0, npos); in ReadNetworkSection() local
190 int32_t DhcpResultStoreManager::SetClassKeyValue(IpInfoCached &item, const std::string &key, const std::string &value) in SetClassKeyValue() argument
[all...]
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp119 bool JSON_AddBoolToObject(JsonObj *obj, const char *key, bool value) in JSON_AddBoolToObject() argument
134 bool JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value) in JSON_GetBoolFromOject() argument
155 JSON_AddIntegerToObject(JsonObj *obj, const char *key, Integer num) JSON_AddIntegerToObject() argument
171 JSON_GetIntegerFromObject(const JsonObj *obj, const char *key, Integer &value) JSON_GetIntegerFromObject() argument
191 JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value) JSON_AddInt16ToObject() argument
196 JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value) JSON_GetInt16FromOject() argument
205 JSON_AddInt32ToObject(JsonObj *obj, const char *key, int32_t value) JSON_AddInt32ToObject() argument
210 JSON_GetInt32FromOject(const JsonObj *obj, const char *key, int32_t *value) JSON_GetInt32FromOject() argument
219 JSON_AddInt64ToObject(JsonObj *obj, const char *key, int64_t value) JSON_AddInt64ToObject() argument
224 JSON_GetInt64FromOject(const JsonObj *obj, const char *key, int64_t *value) JSON_GetInt64FromOject() argument
233 JSON_AddStringToObject(JsonObj *obj, const char *key, const char *value) JSON_AddStringToObject() argument
248 JSON_GetStringFromOject(const JsonObj *obj, const char *key, char *value, uint32_t size) JSON_GetStringFromOject() argument
273 JSON_AddStringArrayToObject(JsonObj *obj, const char *key, const char **value, int32_t len) JSON_AddStringArrayToObject() argument
292 JSON_GetStringArrayFromOject(const JsonObj *obj, const char *key, char **value, int32_t *len) JSON_GetStringArrayFromOject() argument
331 JSON_AddBytesToObject(JsonObj *obj, const char *key, uint8_t *value, uint32_t size) JSON_AddBytesToObject() argument
347 JSON_GetBytesFromObject(const JsonObj *obj, const char *key, uint8_t *value, uint32_t bufLen, uint32_t *size) JSON_GetBytesFromObject() argument
375 JSON_IsArrayExist(const JsonObj *obj, const char *key) JSON_IsArrayExist() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Drs_skia_memory_tracer.cpp72 std::string key = (itemizeType_) ? type : sizeResult->first; in ProcessElement() local
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Dshader_cache.cpp67 auto key = ID_KEY; in InitShaderCache() local
92 std::shared_ptr<Drawing::Data> ShaderCache::Load(const Drawing::Data& key) in Load() argument
168 auto key = ID_KEY; WriteToDisk() local
174 Store(const Drawing::Data& key, const Drawing::Data& data) Store() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/crypto/
H A Dfilesystem_crypto.cpp243 int32_t FileSystemCrypto::SetRecoverKey(const std::vector<uint8_t> &key) in SetRecoverKey() argument
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dhdiscreen_test.cpp394 GraphicHDRMetadataKey key = GraphicHDRMetadataKey::GRAPHIC_MATAKEY_RED_PRIMARY_X; in HWTEST_F() local
/test/testfwk/arkxtest/uitest/test/
H A Dui_driver_test.cpp95 auto key = Back(); in TEST_F() local
/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp58 auto key = string("cj_callback#") + to_string(++g_incCbId); in PreprocessCallOnce() local
/test/testfwk/arkxtest/uitest/server/
H A Delement_node_iterator_impl.cpp117 std::string ElementNodeIteratorImpl::GetTextByKey(const std::string key) in GetTextByKey() argument
/test/xts/acts/applications/print_fwk/print_xts/entry/src/main/cpp/
H A Dohprint.cpp129 Print_StringList key = {0}; in OHPrintProperty() local
/test/xts/acts/arkui/ace_ets_web_scheme_handler_napis/entry/src/main/cpp/
H A Dtest_request.cpp205 char *key; in Start() local
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeFontTest.cpp389 const char* key = "宋体"; in HWTEST_F() local
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/
H A DActsAudioDecEncNdkTest.cpp84 const char *key; in SetFormat() local
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H A DActsVideoDecEncNdkTest.cpp80 const char *key; in SetFormat() local
/test/xts/dcts/common/
H A Dshm_utils.cpp36 int createShm(int key) in createShm() argument
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_api_performance.c42 int32_t HksEncryptRun(const struct HksBlob *key, const struct HksParamSet *paramSet, in HksEncryptRun() argument
65 int32_t HksDecryptRun(const struct HksBlob *key, const struct HksParamSet *paramSet, in HksDecryptRun() argument
87 int32_t HksMacRun(const struct HksBlob *key, const struct HksParamSet *paramSet, in HksMacRun() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/
H A Dinterprocess_unit_test.cpp53 void OnRemoteDied(std::string key) in OnRemoteDied() argument
89 std::string key = "DADADASDSD"; in HWTEST_F() local
114 std::string key = "dadsadad"; in HWTEST_F() local
154 std::string key = "dadsadad"; in HWTEST_F() local
178 std::string key = "DADADASDSD"; in HWTEST_F() local
188 std::string key = "DADADASDSD"; HWTEST_F() local
199 std::string key = "DADADASDSD"; HWTEST_F() local
231 std::string key = "DSDSDSDS"; HWTEST_F() local
238 std::string key = "DSDSDSDS"; HWTEST_F() local
248 std::string key = "DSDSDSDS"; HWTEST_F() local
277 std::string key = "DSDSDSDS"; HWTEST_F() local
310 std::string key = "DADADASDSD"; HWTEST_F() local
326 std::string key = "DADADASDSD"; HWTEST_F() local
349 std::string key = "DADADASDSD"; HWTEST_F() local
357 std::string key = "DADADASDSD"; HWTEST_F() local
365 std::string key = "dadsadad"; HWTEST_F() local
390 std::string key = "DADADASDSD"; HWTEST_F() local
454 std::string key = "DADADASDSD"; HWTEST_F() local
497 std::string key = "1212121212"; HWTEST_F() local
531 std::string key = "DADADASDSD"; HWTEST_F() local
541 std::string key = "DADADASDSD"; HWTEST_F() local
549 std::string key = "DADADASDSD"; HWTEST_F() local
600 std::string key = "fdafdsafdsafd"; HWTEST_F() local
691 std::string key = "sdsdsd"; HWTEST_F() local
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...74