Home
last modified time | relevance | path

Searched refs:inputName (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_ex_test.cpp71 const std::string inputName = INPUT_PATH + testName; variable
106 const std::string inputName = INPUT_PATH + testName; variable
141 const std::string inputName = INPUT_PATH + testName; variable
176 const std::string inputName = INPUT_PATH + testName; variable
205 const std::string inputName = INPUT_PATH + testName; variable
234 const std::string inputName = INPUT_PATH + testName; variable
263 const std::string inputName = INPUT_PATH + testName; variable
287 const std::string inputName = INPUT_PATH + testName; variable
315 const std::string inputName = INPUT_PATH + testName; variable
343 const std::string inputName = INPUT_PATH + testName; variable
[all …]
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_interface_test.cpp420 const char *inputName[] = {"tlv-name-1", variable
434 for (size_t j = 0; j < ARRAY_LENGTH(inputName); j++) {
438 inputName[j], inputData[k], static_cast<uint32_t>(inputvalueLen[l]));
444 for (size_t j = 0; j < ARRAY_LENGTH(inputName); j++) {
448 inputName[j], inputData[k], static_cast<uint32_t>(inputvalueLen[l]));
475 const char *inputName[] = {"tlv-name-1", variable
482 for (size_t j = 0; j < ARRAY_LENGTH(inputName); j++) {
485 ret = AppSpawnReqMsgAddStringInfo(reqHandle, inputName[j], inputData[k]);
490 for (size_t j = 0; j < ARRAY_LENGTH(inputName); j++) {
492 ret = AppSpawnReqMsgAddStringInfo(nullptr, inputName[j], inputData[k]);
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dapp_spawn_sandboxmgr_test.cpp145 const char *inputName[nameCount] = {"test-001", nullptr, ""}; variable
174 testFunc(inputName[i], inputDataLen[j], i, j);
192 const char *inputName[nameCount] = {"test-001", nullptr, ""}; variable
204 SandboxSection *section = CreateSandboxSection(inputName[i], inputDataLen[j], 0);
206 section = CreateSandboxSection(inputName[i], inputDataLen[j], 1);
208 section = CreateSandboxSection(inputName[i], inputDataLen[j], SANDBOX_TAG_INVALID);
210 section = CreateSandboxSection(inputName[i], inputDataLen[j], SANDBOX_TAG_INVALID + 1);
560 const char *inputName[2] = {"test", nullptr}; variable
568 int ret = UnmountSandboxConfigs(inputAppSpawnSandboxCfg[k], 0, inputName[i]);
H A Dapp_spawn_appmgr_test.cpp707 const char *inputName[inputCount] = {nullptr, "1", "22", "test-001", ""}; variable
711 void *info = GetAppSpawnMsgExtInfo(outMsg, inputName[i], &len);
715 void *info = GetAppSpawnMsgExtInfo(outMsg, inputName[i], nullptr);
720 void *info = GetAppSpawnMsgExtInfo(nullptr, inputName[i], &len);
1027 const char *inputName[inputCount] = {nullptr, "1", "22", "test-001", ""}; variable
1031 void *info = GetAppPropertyExt(appCtx, inputName[i], &len);
1035 void *info = GetAppPropertyExt(appCtx, inputName[i], nullptr);
1040 void *info = GetAppPropertyExt(nullptr, inputName[i], &len);
/ohos5.0/base/startup/init/services/param/trigger/
H A Dtrigger_checker.c45 calculator->inputName = calculator->data + dataSize; in CalculatorInit()
188 …if ((calculator->inputName != NULL) && (strcmp(calculator->conditionName, calculator->inputName) =… in ComputeSubCondition()
H A Dtrigger_manager.c375 if (calculator->inputName != NULL) { in CheckParamCondition_()
376 … if (!CheckMatchSubCondition(condition, calculator->inputName, strlen(calculator->inputName))) { in CheckParamCondition_()
424 …int ret = GetValueFromContent(content, contentSize, 0, calculator->inputName, SUPPORT_DATA_BUFFER_… in CheckParamMatch_()
427 strlen(calculator->inputName) + 1, calculator->inputContent, SUPPORT_DATA_BUFFER_MAX); in CheckParamMatch_()
441 calculator->inputName = NULL; in CheckUnknowMatch_()
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Dohos_account_manager.cpp724 const std::string &inputName, in GetCurOhosAccountAndCheckMatch() argument
729 ACCOUNT_LOGE("cannot read from config, inputName %{public}s.", inputName.c_str()); in GetCurOhosAccountAndCheckMatch()
733 std::string ohosAccountUid = GenerateOhosUdidWithSha256(inputName, inputUid); in GetCurOhosAccountAndCheckMatch()
734 if (inputName != curAccountInfo.ohosAccountInfo_.name_ || in GetCurOhosAccountAndCheckMatch()
737 inputName.c_str(), ohosAccountUid.c_str(), callingUserId); in GetCurOhosAccountAndCheckMatch()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mindspore-lite-kit/
H A Djs-apis-mindSporeLite.md767 let inputName = 'input_data.bin';
768 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {
817 let inputName = 'input_data.bin';
818 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {
1153 let inputName = 'input_data.bin';
1154 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {
1197 let inputName = 'input_data.bin';
1198 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {
/ohos5.0/base/startup/init/services/param/include/
H A Dtrigger_checker.h58 char *inputName; member
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/
H A Dutils.cpp107 string inputName = inputShape.first; in FilterDynamicInputs() local
108 auto findName = nameIndexs.find(inputName); in FilterDynamicInputs()
/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Dohos_account_manager.h242 const std::string &inputName,
/ohos5.0/docs/en/application-dev/reference/apis-mindspore-lite-kit/
H A Djs-apis-mindSporeLite.md767 let inputName = 'input_data.bin';
768 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {
817 let inputName = 'input_data.bin';
818 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {
1153 let inputName = 'input_data.bin';
1154 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {
1197 let inputName = 'input_data.bin';
1198 globalContext.resourceManager.getRawFileContent(inputName).then(async (buffer : Uint8Array) => {