Home
last modified time | relevance | path

Searched defs:strArray (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/startup/init/test/unittest/innerkits/
H A Dstrutil_unittest.cpp35 const char *strArray[] = { "a1", "a2", "a3", NULL}; variable
75 const char *strArray[] = { "a1", "a2", "a3", NULL}; variable
109 const char *strArray[] = { "a1", "a2", "a3", NULL}; variable
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dcjson_util.cpp77 cJSON* strArray = cJSON_GetObjectItem(json, key.c_str()); in GetStringArray() local
/ohos5.0/foundation/resourceschedule/device_standby/utils/policy/src/
H A Djson_utils.cpp177 std::vector<std::string>& strArray) in GetStrArrFromJsonValue()
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Dvariable_convertor.cpp111 std::vector<std::string> &strArray) in GetStringArrayFromJsParam()
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_json_oper.c118 static int32_t AddStrArrayInfo(cJSON *object, char* const strArray[], int32_t strNum, const char *s… in AddStrArrayInfo()
H A Dnativetoken.c401 static uint32_t CheckStrArray(const char **strArray, int32_t strNum, int32_t maxNum, uint32_t maxIn… in CheckStrArray()
/ohos5.0/base/startup/init/services/utils/
H A Dinit_utils.c745 int OH_ExtendableStrArrayGetIndex(const char *strArray[], const char *target, int ignoreCase, const… in OH_ExtendableStrArrayGetIndex()
777 int OH_StrArrayGetIndex(const char *strArray[], const char *target, int ignoreCase) in OH_StrArrayGetIndex()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp326 CArrStr strArray; in VectorToStringArray() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp277 CArrStr strArray; in VectorAppIdToCArr() local
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp2305 napi_env env, napi_value result, const std::vector<std::string> &strArray) in SetStrArrayToNapiObj()