Searched refs:AsBool (Results 1 - 6 of 6) sorted by relevance
| /ide/tools/previewer/mock/ |
| H A D | SystemCapability.cpp | 75 capabilities[cap["name"].AsString()] = cap["register"].AsBool(); in ReadCapability()
|
| /ide/tools/previewer/test/unittest/util/ |
| H A D | JsonReaderTest.cpp | 57 EXPECT_EQ(student["isChild"].AsBool(), g_isChild); in TEST() 89 EXPECT_EQ(books.GetArrayItem(index++).AsBool(), g_isChild); in TEST() 102 EXPECT_TRUE(resultJson["result"].AsBool()); in TEST() 129 EXPECT_EQ(objVal["isChild"].AsBool(), g_newIsChild); in TEST() 152 EXPECT_EQ(arrVal.GetArrayItem(index++).AsBool(), g_newIsChild); in TEST() 392 bool val = name.AsBool(); in TEST()
|
| /ide/tools/previewer/util/ |
| H A D | JsonReader.h | 75 bool AsBool() const;
|
| H A D | JsonReader.cpp | 241 return val.AsBool(); in GetBool() 288 bool Value::AsBool() const in AsBool() function in Json2::Value
|
| /ide/tools/previewer/cli/ |
| H A D | CommandLine.cpp | 572 ILOG("FontSelect finished, currentSelect is: %s", args["FontSelect"].AsBool() ? "true" : "false"); in RunSet() 913 SharedData<bool>::SetData(SharedDataType::KEEP_SCREEN_ON, args["KeepScreenOnState"].AsBool()); in RunSet() 916 args["KeepScreenOnState"].AsBool() ? "true" : "false"); in RunSet() 947 SharedData<bool>::SetData(SharedDataType::WEARING_STATE, args["WearingState"].AsBool()); in RunSet() 949 ILOG("Set wearingState run finished, the value is: %s", args["WearingState"].AsBool() ? "true" : "false"); in RunSet() 1302 bool isInputMethod = args["isInputMethod"].AsBool(); in IsActionArgValid() 1366 bool isInputMethod = args["isInputMethod"].AsBool(); in RunAction()
|
| /ide/tools/previewer/jsapp/rich/ |
| H A D | JsAppImpl.cpp | 796 paramObj["roundScreen"].AsBool(); in SetSystemParams()
|
Completed in 7 milliseconds