Home
last modified time | relevance | path

Searched refs:HasObjectId (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/toolchain/test/fuzztest/pttypesremoteobjectobjectid_fuzzer/
Dpttypesremoteobjectobjectid_fuzzer.cpp37 obj.HasObjectId(); in PtTypesRemoteObjectObjectIdFuzzTest()
/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_first_test.h134 ASSERT_TRUE(value->HasObjectId()); in SendNotification()
170 if (value->HasObjectId()) { in PushValueInfo()
Djs_module_variable_test.h149 ASSERT_TRUE(value->HasObjectId()); in GetModuleProperties()
178 if (value->HasObjectId()) { in PushValueInfo()
Djs_variable_second_test.h134 ASSERT_TRUE(value->HasObjectId()); in SendNotification()
170 if (value->HasObjectId()) { in PushValueInfo()
Djs_container_test.h147 ASSERT_TRUE(value->HasObjectId()); in GetProperties()
176 if (value->HasObjectId()) { in PushValueInfo()
/arkcompiler/toolchain/tooling/base/
Dpt_params.h592 bool HasObjectId() const in HasObjectId() function
Dpt_types.h367 bool HasObjectId() const in HasObjectId() function
1092 bool HasObjectId() const in HasObjectId() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp233 ASSERT_TRUE(remoteObject->HasObjectId()); in HWTEST_F_L0()