Home
last modified time | relevance | path

Searched defs:strLen (Results 26 – 50 of 134) sorted by relevance

123456

/ohos5.0/base/notification/common_event_service/interfaces/kits/napi/napi_common_event/src/
H A Dcommon_event_parse.cpp465 size_t strLen = 0; in ParseParametersBySetData() local
506 size_t strLen = 0; in ParseParametersBySetCodeAndData() local
745 size_t strLen = 0; in GetBundlenameByPublish() local
772 size_t strLen = 0; in GetDataByPublish() local
832 size_t strLen = 0; in GetSubscriberPermissionsByPublish() local
963 size_t strLen = 0; in ParseParametersByPublish() local
1060 size_t strLen = 0; in ParseParametersByPublishAsUser() local
1236 size_t strLen = 0; in GetEventsByCreateSubscriber() local
1288 size_t strLen = 0; in GetPublisherPermissionByCreateSubscriber() local
1317 size_t strLen = 0; in GetPublisherDeviceIdByCreateSubscriber() local
[all …]
/ohos5.0/base/security/access_token/frameworks/test/unittest/
H A Dcommon_test.cpp135 size_t strLen = strlen(TEST_STR.c_str()); variable
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c199 static char *GetStringValue(const cJSON *json, const char *name, size_t *strLen) in GetStringValue()
355 size_t strLen = 0; in ParseSocketFamily() local
370 size_t strLen = 0; in ParseSocketType() local
387 size_t strLen = 0; in ParseSocketProtocol() local
435 size_t strLen = 0; in AddServiceSocket() local
868 size_t strLen = 0; in ParseOneServiceArgs() local
906 size_t strLen = 0; in GetServiceEnv() local
1099 size_t strLen = 0; in ParseAllServices() local
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp186 size_t strLen = GetParamLen(env, indexValue) + 1; in GetResourcePartData() local
203 size_t strLen = GetParamLen(env, bundleNameNApi) + 1; in GetResourcePartData() local
212 size_t strLen = GetParamLen(env, moduleNameNApi) + 1; in GetResourcePartData() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcancel.cpp87 size_t strLen = 0; in ParseParameters() local
142 size_t strLen = 0; in ParseParameters() local
397 size_t strLen = 0; in ParseParameters() local
H A Dans_template.cpp48 size_t strLen = 0; in ParseParameters() local
H A Dcommon_convert_request.cpp839 size_t strLen = 0; in GetNotificationSupportDisplayDevices() local
884 size_t strLen = 0; in GetNotificationSupportOperateDevices() local
1166 size_t strLen = 0; in GetNotificationGroupName() local
1282 size_t strLen = 0; in GetNotificationClassification() local
1476 size_t strLen = 0; in GetNotificationStatusBarText() local
1501 size_t strLen = 0; in GetNotificationLabel() local
1665 size_t strLen = 0; in GetNotificationActionButtonsDetailedBasicInfo() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_console_log.cpp63 size_t strLen = 0; in MakeLogContent() local
/ohos5.0/base/powermgr/battery_manager/frameworks/napi/src/
H A Dnapi_utils.cpp37 size_t strLen; in GetStringFromNapi() local
/ohos5.0/base/powermgr/power_manager/frameworks/napi/utils/
H A Dnapi_utils.cpp37 size_t strLen; in GetStringFromNapi() local
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/ndk/src/
H A Doh_preferences_value.cpp129 size_t strLen = str.size(); in OH_PreferencesValue_GetString() local
/ohos5.0/foundation/deviceprofile/device_info_manager/old/common/src/
H A Ddevice_profile_utils.cpp78 size_t strLen = value.length(); in AnonymizeString() local
/ohos5.0/base/startup/init/interfaces/kits/syscap_ts/src/
H A Dsyscap_ts.cpp74 size_t strLen = 0; in CanIUse() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
H A Dnapi_distributed_enable.cpp67 size_t strLen = 0; in ParseParameters() local
198 size_t strLen = 0; in ParseParameters() local
H A Dnapi_remove_group.cpp68 size_t strLen = 0; in ParseParameters() local
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Danonymous_string.cpp63 size_t strLen = value.length(); in GetAnonyString() local
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp316 size_t strLen = 0; in GetNotificationSupportDisplayDevices() local
361 size_t strLen = 0; in GetNotificationSupportOperateDevices() local
649 size_t strLen = 0; in GetNotificationGroupName() local
765 size_t strLen = 0; in GetNotificationClassification() local
940 size_t strLen = 0; in GetNotificationStatusBarText() local
966 size_t strLen = 0; in GetNotificationLabel() local
1130 size_t strLen = 0; in GetNotificationActionButtonsDetailedBasicInfo() local
H A Dnotification_napi_convert_liveview.cpp74 size_t strLen = 0; in GetNotificationLocalLiveViewCapsule() local
152 size_t strLen = 0; in GetNotificationLocalLiveViewButton() local
/ohos5.0/base/security/crypto_framework/common/src/
H A Dparams_parser.c226 uint32_t strLen = StringLength(&str); in ParseAndSetParameter() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/
H A DNativeFuzzTest.cpp121 int32_t strLen = rand() % 1000; variable
148 int32_t strLen = rand() % 1000; variable
/ohos5.0/base/security/device_security_level/test/dslm_unit_test/
H A Ddslm_baselib_utils_test.cpp452 uint32_t strLen = 10; variable
473 uint32_t strLen = 10; variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_item.cpp87 uint16_t strLen = 0; in GenerateFromJSValue() local
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFuzzTest.cpp122 int32_t strLen = rand() % 1000; variable
148 int32_t strLen = rand() % 1000; variable
/ohos5.0/foundation/distributedhardware/distributed_screen/common/src/
H A Ddscreen_util.cpp92 size_t strLen = value.length(); in GetAnonyString() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Ddisk_utils.cpp141 size_t strLen = value.length(); in GetAnonyString() local

123456