Home
last modified time | relevance | path

Searched refs:null (Results 1 - 25 of 35) sorted by relevance

12

/foundation/communication/ipc/example/rust_test/service/src/
H A Daccess_token.rs47 dcaps: ptr::null(), in init_access_token()
48 perms: ptr::null(), in init_access_token()
49 acls: ptr::null(), in init_access_token()
/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/rust/tests/
H A Dentry.rs44 dcaps: ptr::null(), in init_access_token()
46 acls: ptr::null(), in init_access_token()
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dentry.rs46 dcaps: ptr::null(), in init_access_token()
48 acls: ptr::null(), in init_access_token()
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/rust/service/src/
H A Daccess_token.rs46 dcaps: ptr::null(), in init_access_token()
48 acls: ptr::null(), in init_access_token()
/foundation/communication/ipc/interfaces/innerkits/rust/tests/
H A Dentry.rs47 dcaps: ptr::null(), in init_access_token()
49 acls: ptr::null(), in init_access_token()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h58 null, member in json::type
73 struct null {}; struct
94 value(null value) : type{ type::null } {} in value()
138 case type::null:
168 case type::null: in operator =()
199 case type::null: in cleanup()
228 return type == type::null;
573 res = value(null{}); in parse_null()
621 case type::null in add()
[all...]
/foundation/ability/idl_tool/test/rust/moduletest/server/src/
H A Dmain.rs50 dcaps: ptr::null(), in init_access_token()
51 perms: ptr::null(), in init_access_token()
52 acls: ptr::null(), in init_access_token()
/foundation/ability/idl_tool/test/rust/moduletest/client/src/
H A Dmain.rs67 dcaps: ptr::null(), in init_access_token()
68 perms: ptr::null(), in init_access_token()
69 acls: ptr::null(), in init_access_token()
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/
H A Djson.h47 null, member in json::type
70 * @param data JSON as a null terminated string.
94 /** Type used for JSON null */
95 struct null {}; struct
134 value_t(null value) noexcept : type { type::null } {}
193 case type::null: in value_t()
229 case type::null: in operator =()
264 case type::null:
300 case type::null
[all...]
/foundation/communication/ipc/interfaces/innerkits/rust/src/parcel/
H A Dexts.rs86 let null: i32 = parcel.read()?; in deserialize()
87 if null == NULL_FLAG { in deserialize()
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp397 TAG_LOGW(AceLogTag::ACE_IMAGE, "Svg Draw failed(Reason: Canvas is null)."); in AsRSPath()
585 LOGE("Gradient failed, svgContext is null"); in AsRSPath()
/foundation/graphic/graphic_3d/kits/js/include/
H A DBaseObjectJS.h259 napi_value null; in GetNativeObjectParam() local
260 napi_get_null(args.GetEnv(), &null); in GetNativeObjectParam()
261 args.Set("NativeObject", null); // hope to release it now. in GetNativeObjectParam()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/
H A Dwifi_wpa_hal.c382 LOGE("bssidPos is null!"); in DealP2pConnectFailed()
393 LOGE("reaPos is null!"); in DealP2pConnectFailed()
412 LOGE("freqPos is null!"); in DealP2pChannelSwitch()
/foundation/graphic/graphic_3d/kits/js/src/
H A DBaseObjectJS.cpp118 // and reset the weak ref too. (which may be null anyway) in Finalize()
210 napi_value null; in CreateFromNativeInstance() local
211 napi_get_null(env, &null); in CreateFromNativeInstance()
H A DEnvironmentJS.cpp115 napi_value null; in DisposeNative() local
116 napi_get_null(sceneJS.GetEnv(), &null); in DisposeNative()
117 sceneJS.Set("environment", null); in DisposeNative()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/
H A Ddocumentdb_data_test.cpp195 * @tc.desc: Input parameter collectionName is null, invoke the GRD_UpsertDoc interface to update data.
212 result = GRD_UpsertDoc(g_db, "null", "{}", "{}", 1); in HWTEST_F()
317 std::string updata = R""({"field1":1,"FIELD1":[1,true,1.23456789,"hello world!",null]})""; in HWTEST_F()
328 string repectStr = R""({"_id":"1234","field1":1,"field2":2,"FIELD1":[1,true,1.23456789,"hello world!",null]})""; in HWTEST_F()
337 std::string updata = R""({"field1":1, "FIELD1":[1, true, 1.23456789, "hello world!", null]})""; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H A Djson.h107 // "At most bufsz - 1 characters are written." string has size() characters + 1 for null so use size() + in append()
108 // 1 as the total size. If resize() failed string size() hasn't changed, buffer will point to the null in append()
109 // character and bufsz will be 1 i.e. only the null character will be written. in append()
153 case type::null: in to_formatted_string()
154 out += "null"; in to_formatted_string()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Djson.h105 // "At most bufsz - 1 characters are written." string has size() characters + 1 for null so use size() + in append()
106 // 1 as the total size. If resize() failed string size() hasn't changed, buffer will point to the null in append()
107 // character and bufsz will be 1 i.e. only the null character will be written. in append()
152 case type::null: in to_formatted_string()
153 out += "null"; in to_formatted_string()
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp140 case json::type::null: in Import()
H A Djson_output.cpp48 node_ = json_value::null {};
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/serializable/
H A Dserializable.cpp218 static const json jsonNull = json::value_t::null; in GetSubNode()
/foundation/distributeddatamgr/relational_store/frameworks/native/appdatafwk/src/
H A Dserializable.cpp193 static const json jsonNull = json::value_t::null; in GetSubNode()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/oh_adapter/
H A Ddocumentdb_json_common_test.cpp489 std::string document = R""({"item" : "journal", "qty" : 25, "tags" : {"value" : null}, "dim_cm" : [14, 21]})""; in HWTEST_F()
490 std::string filter = R""({"tags" : {"value" : null}})""; in HWTEST_F()
501 std::string filter = R""({"tags" : {"value" : null}})""; in HWTEST_F()
548 const char *filter = "{\"item\" : null, \"personInfo\" : [{\"school\":\"C\", \"age\" : 5}]}"; in HWTEST_F()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/
H A Dbasic_rust_types.rs875 use std::ptr::null;
910 let mut val = null();
1063 /// 1. Pass in null ptr into vec cffi func.
1143 let mut val = null();
1187 let mut val = null();
1273 /// 1. Pass in null ptr into hashmap cffi func.
1282 _ => panic!("Get value type from null ptr is not ValueType::NULL"), in ut_hashmap_null()
1287 _ => panic!("Get value type from null ptr is not ValueType::NULL"), in ut_hashmap_null()
/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp485 ASSERT_CHECK_CALL(napi_create_string_utf8(env, "null", NAPI_AUTO_LENGTH, &key)); in HWTEST_F()
486 napi_value null = nullptr; in HWTEST_F() local
487 ASSERT_CHECK_CALL(napi_get_null(env, &null)); in HWTEST_F()
491 ASSERT_CHECK_CALL(napi_map_set_property(env, result, key, null)); in HWTEST_F()
525 const char* key = "null"; in HWTEST_F()
526 napi_value null = nullptr; in HWTEST_F() local
527 ASSERT_CHECK_CALL(napi_get_null(env, &null)); in HWTEST_F()
531 ASSERT_CHECK_CALL(napi_map_set_named_property(env, result, key, null)); in HWTEST_F()

Completed in 18 milliseconds

12