Home
last modified time | relevance | path

Searched refs:Set (Results 1 - 12 of 12) sorted by relevance

/commonlibrary/utils_lite/js/builtin/kvstorekit/include/
H A Dnativeapi_kv.h29 static JSIValue Set(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
/commonlibrary/utils_lite/js/builtin/kvstorekit/src/
H A Dnativeapi_kv.cpp258 JSI::SetModuleAPI(exports, "set", NativeapiKv::Set); in InitNativeApiKv()
268 JSIValue NativeapiKv::Set(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Set() function in OHOS::ACELite::NativeapiKv
/commonlibrary/ets_utils/js_api_module/buffer/
H A Djs_buffer.h42 void Set(uint32_t index, uint8_t value);
H A Djs_buffer.cpp286 void Buffer::Set(uint32_t index, uint8_t value) in Set() function in OHOS::buffer::Buffer
H A Dnative_module_buffer.cpp700 static napi_value Set(napi_env env, napi_callback_info info) in Set() function
715 buf->Set(index, value); in Set()
1156 DECLARE_NAPI_FUNCTION("set", Set), in BufferInit()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
H A Dschedule_io.rs75 Set(u8),
231 Tick::Set(t) => new_bit.set_by_mask(DRIVER_TICK, *t as usize),
555 let ret = schedule_io.set_readiness(Some(token), Tick::Set(1), |curr| curr); in ut_schedule_io_set_readiness()
579 let ret = schedule_io.set_readiness(Some(token), Tick::Set(1), |curr| curr); in ut_schedule_io_set_readiness()
H A Ddriver.rs183 .set_readiness(Some(token.0), Tick::Set(self.tick), |curr| curr | ready) in dispatch()
/commonlibrary/ets_utils/js_api_module/url/
H A Dnative_module_url.cpp678 static napi_value Set(napi_env env, napi_callback_info info) in Set() function
689 object->Set(env, args[0], args[1]); in Set()
902 DECLARE_NAPI_FUNCTION("set", Set), in SeachParamsInit()
929 DECLARE_NAPI_FUNCTION("set", Set), in ParamsInit()
H A Djs_url.h31 BIT0 = 0, // 0:Bit 0 Set to true,The URL analysis failed
32 BIT1 = 1, // 1:Bit 1 Set to true,The protocol is the default protocol
33 BIT2 = 2, // 2:Bit 2 Set to true,The URL has username
34 BIT3 = 3, // 3:Bit 3 Set to true,The URL has password
35 BIT4 = 4, // 4:Bit 4 Set to true,The URL has hostname
36 BIT5 = 5, // 5:Bit 5 Set to true,The URL Port is the specially
37 BIT6 = 6, // 6:Bit 6 Set to true,The URL has pathname
38 BIT7 = 7, // 7:Bit 7 Set to true,The URL has query
39 BIT8 = 8, // 8:Bit 8 Set to true,The URL has fragment
40 BIT9 = 9, // 9:Bit 9 Set t
[all...]
H A Djs_url.cpp190 // 0:Bit 0 Set to true,The URL analysis failed in AnalysisScheme()
1934 void URLSearchParams::Set(napi_env env, napi_value name, napi_value value) in Set() function in OHOS::Url::URLSearchParams
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp43 buf->Set(i, 0); in FillZero()
192 * @tc.desc: Set buffer Length.
221 * @tc.desc: Get And Set method.
229 buf->Set(0, 1); in HWTEST_F()
236 * @tc.desc: Get And Set method.
244 buf->Set(0, 1); in HWTEST_F()
245 buf->Set(1, 2); in HWTEST_F()
246 buf->Set(2, 3); in HWTEST_F()
/commonlibrary/ets_utils/js_api_module/url/test/
H A Dtest_napi.cpp1485 params.Set(env, input1, input3); in HWTEST_F()
1500 params.Set(env, input1, input2); in HWTEST_F()
1517 params.Set(env, input3, input4); in HWTEST_F()
1534 params.Set(env, result, input2); in HWTEST_F()
1551 params.Set(env, input1, result); in HWTEST_F()

Completed in 19 milliseconds