/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/ |
H A D | hisysevent_json_decorator.cpp | 58 Json::CharReaderBuilder::strictMode(&jsonRBuilder.settings_); in HiSysEventJsonDecorator() 62 Json::Reader reader(Json::Features::strictMode()); in HiSysEventJsonDecorator() 172 Json::CharReaderBuilder::strictMode(&jsonRBuilder.settings_); in HiSysEventJsonDecorator() 177 Json::Reader reader(Json::Features::strictMode()); in HiSysEventJsonDecorator()
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | integrated-hsp.md | 28 "strictMode": { 86 "strictMode": {
|
/ohos5.0/base/hiviewdfx/hiview/adapter/service/server/src/ |
H A D | hiview_log_config_manager.cpp | 37 Json::CharReaderBuilder::strictMode(&builder.settings_); in ParseJsonFile() 41 Json::Reader reader(Json::Features::strictMode()); in ParseJsonFile()
|
/ohos5.0/base/hiviewdfx/hiview/utility/smart_parser/rule/ |
H A D | compose_rule.cpp | 35 Json::CharReaderBuilder::strictMode(&builder.settings_); in ParseComposeRule() 38 Json::Reader reader(Json::Features::strictMode()); in ParseComposeRule()
|
H A D | extract_rule.cpp | 34 Json::CharReaderBuilder::strictMode(&builder.settings_); in ParseExtractRule() 37 Json::Reader reader(Json::Features::strictMode()); in ParseExtractRule()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/ |
H A D | app_mgr_service_inner_tdd_test.cpp | 647 bool strictMode = false; variable 649 strictMode, nullptr); 681 bool strictMode = true; variable 683 strictMode, nullptr); 709 bool strictMode = false; variable 711 strictMode, nullptr); 737 bool strictMode = false; variable 739 strictMode, nullptr);
|
/ohos5.0/base/hiviewdfx/hiview/base/ |
H A D | dispatch_rule_parser.cpp | 37 Json::CharReaderBuilder::strictMode(&jsonRBuilder.settings_); in DispatchRuleParser() 41 Json::Reader reader(Json::Features::strictMode()); in DispatchRuleParser()
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | integrated-hsp.md | 28 "strictMode": { 86 "strictMode": {
|
/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiappevent-watcher-app-events-ndk.md | 87 Json::Reader reader(Json::Features::strictMode()); 122 Json::Reader reader(Json::Features::strictMode());
|
H A D | hiappevent-watcher-address-sanitizer-events-ndk.md | 81 Json::Reader reader(Json::Features::strictMode()); 132 Json::Reader reader(Json::Features::strictMode());
|
H A D | hiappevent-watcher-crash-events-ndk.md | 85 Json::Reader reader(Json::Features::strictMode()); 143 Json::Reader reader(Json::Features::strictMode());
|
H A D | hiappevent-watcher-resourceleak-events-ndk.md | 79 Json::Reader reader(Json::Features::strictMode()); 128 Json::Reader reader(Json::Features::strictMode());
|
H A D | hiappevent-watcher-freeze-events-ndk.md | 81 Json::Reader reader(Json::Features::strictMode()); 151 Json::Reader reader(Json::Features::strictMode());
|
H A D | hiappevent-watcher-mainthreadjank-events-ndk.md | 82 Json::Reader reader(Json::Features::strictMode());
|
/ohos5.0/base/hiviewdfx/hiview/base/event_store/config/src/ |
H A D | event_store_config.cpp | 50 Json::CharReaderBuilder::strictMode(&jsonRBuilder.settings_); in Init()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | json_object.cpp | 128 Json::CharReaderBuilder::strictMode(&builder.settings_); in Parse() 141 Json::Reader reader(Json::Features::strictMode()); in Parse() 189 Json::CharReaderBuilder::strictMode(&builder.settings_); in Parse() 200 Json::Reader reader(Json::Features::strictMode()); in Parse()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_spawn_client.h | 75 bool strictMode = false; // whether is strict mode member
|
H A D | app_running_record.h | 830 inline void SetStrictMode(bool strictMode) in SetStrictMode() argument 832 isStrictMode_ = strictMode; in SetStrictMode()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
H A D | json_parser.cpp | 42 Json::CharReaderBuilder::strictMode(&jsonRBuilder.settings_); in ParseJsonString()
|
/ohos5.0/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/ |
H A D | hisysevent_record.cpp | 346 Json::CharReaderBuilder::strictMode(&jsonRBuilder.settings_); in ParseJsonStr() 351 Json::Reader reader(Json::Features::strictMode()); in ParseJsonStr()
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-watcher-app-events-ndk.md | 87 Json::Reader reader(Json::Features::strictMode()); 122 Json::Reader reader(Json::Features::strictMode());
|
H A D | hiappevent-watcher-address-sanitizer-events-ndk.md | 81 Json::Reader reader(Json::Features::strictMode()); 132 Json::Reader reader(Json::Features::strictMode());
|
H A D | hiappevent-watcher-resourceleak-events-ndk.md | 79 Json::Reader reader(Json::Features::strictMode()); 128 Json::Reader reader(Json::Features::strictMode());
|
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_json_parser.cpp | 44 Json::CharReaderBuilder::strictMode(&jsonRBuilder.settings_); in ReadSysEventDefFromFile()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/observer/ |
H A D | os_event_listener.cpp | 243 Json::Reader reader(Json::Features::strictMode()); in GetAppEventPackFromJson()
|