/foundation/window/window_manager/utils/test/unittest/ |
H A D | persistent_storage_test.cpp | 56 const std::string keyName = "name"; in HWTEST_F() local 71 const std::string keyName = "/data/service/el1/public/window/window_aspect_ratio.xml"; in HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_resource_helper.cpp | 114 std::string BundleResourceHelper::ParseBundleName(const std::string &keyName) in ParseBundleName() argument
|
H A D | bundle_profile.cpp | 2366 std::string keyName; in ToInnerBundleInfo() local
|
/foundation/graphic/graphic_2d/rosen/modules/graphic_2d_configure/src/ |
H A D | graphic_2d_xml_parser.cpp | 130 ParseSimplex(xmlNode &node, std::unordered_map<std::string, std::string> &config, const std::string &valueName, const std::string &keyName) ParseSimplex() argument
|
/foundation/multimodalinput/input/frameworks/napi/input_device/include/ |
H A D | js_input_device_context.h | 64 std::string keyName; member
|
/foundation/multimodalinput/input/util/napi/src/ |
H A D | key_event_napi.cpp | 92 std::string keyName = GetNamePropertyString(env, in, "keyName"); in GetKeyEvent() local
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/type/ |
H A D | hdi_map_type_emitter.cpp | 67 std::string keyName = StringHelper::Format("(%s.first)", elementName.c_str()); in EmitCppWriteVar() local 87 std::string keyName = StringHelper::Format("key%d", innerLevel); in EmitCppReadVar() local 106 std::string keyName = StringHelper::Format("(%s.first)", elementName.c_str()); in EmitCppMarshalling() local 127 std::string keyName = StringHelper::Format("key%d", innerLevel); in EmitCppUnMarshalling() local [all...] |
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | key_event_test.cpp | 686 std::string keyName = "keyName"; in HWTEST_F() local
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_factory.cpp | 238 auto keyName = path + "/key/" + storeId + ".key"; in RekeyRecover() local
|
H A D | backup_manager.cpp | 121 std::string keyName = BACKUP_KEY_PREFIX + storeId + "_" + name; in Backup() local 200 auto keyName = BACKUP_KEY_PREFIX + storeId + "_" + backupName; in GetRestorePassword() local 236 std::string keyName = BACKUP_KEY_PREFIX + storeId + "_" + backupName; in DeleteBackup() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_rdb.cpp | 213 GetResourceNameByBundleName( const std::string &bundleName, const int32_t appIndex, std::vector<std::string> &keyName) GetResourceNameByBundleName() argument
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | picker_view_tdd_test.cpp | 95 void PickerViewTddTest::SetCharAttribute(const char* keyName, const char* attribute) in SetCharAttribute() argument 104 void PickerViewTddTest::SetNumAttribute(const char* keyName, const int32_t attribute) in SetNumAttribute() argument 113 void PickerViewTddTest::SetNumStyle(const char* keyName, const int32_t style) in SetNumStyle() argument
|
/foundation/arkui/ui_lite/test/uitest/test_edit_text/ |
H A D | custom_input_method.cpp | 37 const char* keyName[32]; // 32: max count of keys member
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/test/unittest/common/ |
H A D | dfx_tdd_test.cpp | 719 char *keyName = MallocStringOf(domId, &keyLength); in DfxTest005() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | cloud_cursor_impl.cpp | 210 OhCloudExtKeyName keyName = OhCloudExtKeyNameNew(keyStr, col.size()); in GetExtend() local
|
H A D | extension_util.cpp | 261 OhCloudExtKeyName keyName = OhCloudExtKeyNameNew(keyStr, key.size()); in ConvertValues() local
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_exit_reason_data_manager.cpp | 300 void AppExitReasonDataManager::InnerDeleteAppExitReason(const std::string &keyName) in InnerDeleteAppExitReason() argument
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | xml_parser.cpp | 376 ParseSimplex(xmlNode &node, std::unordered_map<std::string, std::string> &config, const std::string &valueName, const std::string &keyName) ParseSimplex() argument
|
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/ |
H A D | ringtone_dualfwk_restore.cpp | 331 auto keyName = setting.toneFileName; in MergeQueries() local [all...] |
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 78 std::string keyName; in NetPacketToKeyEvent() local 79 pkt >> keyName; in NetPacketToKeyEvent() local
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_encryption_util.cpp | 521 int32_t WifiGenerateMacRandomizationSecret(const std::string &keyName, in WifiGenerateMacRandomizationSecret() argument
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 1437 std::string keyName = " "; in HWTEST_F() local
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 163 std::string keyName = bundleName + PATH_REGEX_002 + moduleName + PATH_REGEX_002 + abilityName; in MockInstallBundle() local
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 751 char keyName[MAX_STRING_LEN] = { 0 }; in ParseBMSArray() local
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy.cpp | 770 std::string keyName = nameVector.empty() ? node->abilityInfo_.bundleName_ : in GetStoragedAspectRatio() local
|